@ -1,7 +1,7 @@
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
#
@ -401,6 +401,8 @@
#define PX4_GPIO_INIT_LIST { \
PX4_ADC_GPIO, \
GPIO_CAN1_RX, \
GPIO_CAN1_TX, \
}
__BEGIN_DECLS