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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@
#define BOARD_HAS_NO_RESET
#define BOARD_HAS_NO_BOOTLOADER
#define ORB_COMMUNICATOR 1
/*
* I2C buses
*/

View File

@ -67,7 +67,6 @@ __END_DECLS
#if defined(__PX4_QURT)
#include "qurt_log.h"
#include <px4_platform_common/defines.h>
/****************************************************************************
* Messages that should never be filtered or compiled out
****************************************************************************/

View File

@ -35,6 +35,7 @@
#include <stdarg.h>
#include <stdio.h>
#include <stdint.h>
#include <px4_platform_common/defines.h>
__BEGIN_DECLS