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
@@ -41,7 +41,7 @@
*
*/
#include <nuttx/config.h>
#include <px4_config.h>
#include <drivers/device/i2c.h>
#include <systemlib/param/param.h>