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
@@ -39,7 +39,7 @@
* Fixedwing backside controller using control library
*/
#include <nuttx/config.h>
#include <px4_config.h>
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>