mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
Fix build error for Qurt platform in pab_manifest.c
This commit is contained in:
committed by
Daniel Agar
parent
f07eeaa776
commit
5ad0e68d8e
@@ -48,6 +48,8 @@
|
|||||||
|
|
||||||
#include <board_config.h>
|
#include <board_config.h>
|
||||||
|
|
||||||
|
#if defined(BOARD_HAS_HW_SPLIT_VERSIONING)
|
||||||
|
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <syslog.h>
|
#include <syslog.h>
|
||||||
@@ -57,7 +59,6 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Pre-Processor Definitions
|
* Pre-Processor Definitions
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
#if defined(BOARD_HAS_HW_SPLIT_VERSIONING)
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
hw_base_id_t hw_base_id; /* The ID of the Base */
|
hw_base_id_t hw_base_id; /* The ID of the Base */
|
||||||
|
|||||||
Reference in New Issue
Block a user