Qurt platform configuration cleanup (#20583)

This commit is contained in:
Zachary Lowell
2022-11-09 13:24:00 -06:00
committed by GitHub
parent a38bdcfc9d
commit ee11b57e75
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
#define BOARD_HAS_NO_RESET #define BOARD_HAS_NO_RESET
#define BOARD_HAS_NO_BOOTLOADER #define BOARD_HAS_NO_BOOTLOADER
#define ORB_COMMUNICATOR 1
/* /*
* I2C buses * I2C buses
*/ */
@@ -67,7 +67,6 @@ __END_DECLS
#if defined(__PX4_QURT) #if defined(__PX4_QURT)
#include "qurt_log.h" #include "qurt_log.h"
#include <px4_platform_common/defines.h>
/**************************************************************************** /****************************************************************************
* Messages that should never be filtered or compiled out * Messages that should never be filtered or compiled out
****************************************************************************/ ****************************************************************************/
+1
View File
@@ -35,6 +35,7 @@
#include <stdarg.h> #include <stdarg.h>
#include <stdio.h> #include <stdio.h>
#include <stdint.h> #include <stdint.h>
#include <px4_platform_common/defines.h>
__BEGIN_DECLS __BEGIN_DECLS