forked from Archive/PX4-Autopilot
Added unique ID location
This commit is contained in:
parent
ea4552a53d
commit
72b9d3a0b1
|
@ -60,6 +60,7 @@ __BEGIN_DECLS
|
|||
|
||||
/* PX4IO connection configuration */
|
||||
#define PX4IO_SERIAL_DEVICE "/dev/ttyS2"
|
||||
#define UDID_START 0x1FFF7A10
|
||||
|
||||
//#ifdef CONFIG_STM32_SPI2
|
||||
//# error "SPI2 is not supported on this board"
|
||||
|
|
|
@ -52,6 +52,8 @@ __BEGIN_DECLS
|
|||
/* these headers are not C++ safe */
|
||||
#include <stm32.h>
|
||||
#include <arch/board/board.h>
|
||||
|
||||
#define UDID_START 0x1FFF7A10
|
||||
|
||||
/****************************************************************************************************
|
||||
* Definitions
|
||||
|
|
Loading…
Reference in New Issue