sitil:Use Non Arch specific Board identity API

This commit is contained in:
David Sidrane 2017-09-11 12:55:52 -10:00 committed by Beat Küng
parent ed9223edaf
commit a1abd1b632
2 changed files with 6 additions and 4 deletions

View File

@ -31,4 +31,7 @@
#
############################################################################
px4_add_library(drivers_board sitl_led.c)
px4_add_library(drivers_board
sitl_led.c
../common/board_identity.c
)

View File

@ -39,9 +39,8 @@
#pragma once
#define BOARD_OVERRIDE_UUID "SIMULATIONID" // must be of length 12 (PX4_CPU_UUID_BYTE_LENGTH)
#define BOARD_OVERRIDE_MFGUID BOARD_OVERRIDE_UUID
#define BOARD_OVERRIDE_PX4_GUID "00000000" BOARD_OVERRIDE_UUID // must be of length 18 (PX4_GUID_BYTE_LENGTH)
#define BOARD_OVERRIDE_UUID "SIMULATIONID0000" // must be of length 16
#define PX4_SOC_ARCH_ID 0x1003
#define BOARD_NAME "SITL"
#define BOARD_BATTERY1_V_DIV (10.177939394f)