Use px4_config.h instead of nuttx/config.h

Modified code to use OS independent header file for config settings.

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
Mark Charlebois
2015-03-11 12:16:44 -07:00
parent 82a7fd5115
commit 9758112e31
185 changed files with 185 additions and 185 deletions
+1 -1
View File
@@ -42,7 +42,7 @@
* @author Anton Babushkin <anton.babushkin@me.com>
*/
#include <nuttx/config.h>
#include <px4_config.h>
#include <pthread.h>
#include <stdio.h>
#include <stdlib.h>