board_common: add PX4_SOC_ARCH_ID_UNUSED = 0 to PX4_SOC_ARCH_ID_t

Just to make sure we never have an UUID == 0
This commit is contained in:
Beat Küng
2017-10-09 16:03:50 +02:00
parent f2e10a163b
commit daf05b3854
+2
View File
@@ -329,6 +329,8 @@ typedef int (*power_button_state_notification_t)(board_power_button_state_notifi
typedef enum PX4_SOC_ARCH_ID_t {
PX4_SOC_ARCH_ID_UNUSED = 0x0000,
PX4_SOC_ARCH_ID_STM32F4 = 0x0001,
PX4_SOC_ARCH_ID_STM32F7 = 0x0002,
PX4_SOC_ARCH_ID_KINETISK66 = 0x0003,