mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 02:36:37 +08:00
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:
@@ -38,7 +38,7 @@
|
||||
* Tool for ESC calibration
|
||||
*/
|
||||
|
||||
#include <nuttx/config.h>
|
||||
#include <px4_config.h>
|
||||
#include <platforms/px4_defines.h>
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
Reference in New Issue
Block a user