mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
13 lines
198 B
C
13 lines
198 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 "SYSMEMID"
|
|
|
|
#include "../common/board_common.h"
|