mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
17 lines
321 B
C
17 lines
321 B
C
#pragma once
|
|
|
|
/*
|
|
* I2C busses
|
|
*/
|
|
#define PX4_I2C_BUS_ESC 1
|
|
#define PX4_I2C_BUS_EXPANSION 3
|
|
#define PX4_I2C_BUS_LED 3
|
|
|
|
#define BOARD_OVERRIDE_UUID "SYSTEMID0000 " // must be of length 16
|
|
#define PX4_SOC_ARCH_ID 0x1001
|
|
|
|
#define BOARD_HAS_NO_RESET
|
|
#define BOARD_HAS_NO_BOOTLOADER
|
|
|
|
#include "../common/board_common.h"
|