Skip to content
Snippets Groups Projects
Commit daf05b38 authored by Beat Küng's avatar Beat Küng
Browse files

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
parent f2e10a16
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment