forked from Archive/PX4-Autopilot
qurt:Use PX4_SOC_ARCH_ID_t from board common
This commit is contained in:
parent
4e32ca45f1
commit
61935e8271
|
@ -8,7 +8,7 @@
|
|||
#define PX4_I2C_BUS_LED 3
|
||||
|
||||
#define BOARD_OVERRIDE_UUID "SYSTEMID0000 " // must be of length 16
|
||||
#define PX4_SOC_ARCH_ID 0x1001
|
||||
#define PX4_SOC_ARCH_ID PX4_SOC_ARCH_ID_QURT
|
||||
|
||||
#define BOARD_HAS_NO_RESET
|
||||
#define BOARD_HAS_NO_BOOTLOADER
|
||||
|
|
Loading…
Reference in New Issue