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

bebop board config: add a separate SOC_ARCH_ID

parent b9a99969
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@
#pragma once
#define BOARD_OVERRIDE_UUID "BEBOPID000000000" // must be of length 16
#define PX4_SOC_ARCH_ID 0x1006
#define PX4_SOC_ARCH_ID PX4_SOC_ARCH_ID_BEBOP
#define BOARD_NAME "BEBOP"
......
......@@ -342,6 +342,7 @@ typedef enum PX4_SOC_ARCH_ID_t {
PX4_SOC_ARCH_ID_RPI = 0x1004,
PX4_SOC_ARCH_ID_SIM = 0x1005,
PX4_SOC_ARCH_ID_SITL = 0x1006,
PX4_SOC_ARCH_ID_BEBOP = 0x1007,
} PX4_SOC_ARCH_ID_t;
......
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