mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 02:16:53 +08:00
av-x-v1:Board does CAN GPIO init
This commit is contained in:
committed by
Daniel Agar
parent
885fed0402
commit
e0b7314607
@@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
px4_nuttx_configure(HWCLASS m7 CONFIG nsh ROMFS y ROMFSROOT px4fmu_common)
|
px4_nuttx_configure(HWCLASS m7 CONFIG nsh ROMFS y ROMFSROOT px4fmu_common)
|
||||||
|
|
||||||
set(config_uavcan_num_ifaces 2)
|
set(config_uavcan_num_ifaces 1)
|
||||||
|
|
||||||
set(config_module_list
|
set(config_module_list
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -401,6 +401,8 @@
|
|||||||
|
|
||||||
#define PX4_GPIO_INIT_LIST { \
|
#define PX4_GPIO_INIT_LIST { \
|
||||||
PX4_ADC_GPIO, \
|
PX4_ADC_GPIO, \
|
||||||
|
GPIO_CAN1_RX, \
|
||||||
|
GPIO_CAN1_TX, \
|
||||||
}
|
}
|
||||||
|
|
||||||
__BEGIN_DECLS
|
__BEGIN_DECLS
|
||||||
|
|||||||
Reference in New Issue
Block a user