rpi:Use PX4_SOC_ARCH_ID_t from board common

This commit is contained in:
David Sidrane 2017-10-02 12:04:16 -10:00 committed by Beat Küng
parent 3d96e2ef60
commit d85452863d
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
#pragma once
#define BOARD_OVERRIDE_UUID "RPIID00000000000" // must be of length 16
#define PX4_SOC_ARCH_ID 0x1002
#define PX4_SOC_ARCH_ID PX4_SOC_ARCH_ID_RPI
#define BOARD_NAME "RPI"