Skip to content

Commit bf9e8da

Browse files
authored
Fix RadiolinkF405 ESC_SENSOR_UART (#840)
1 parent fd8cd85 commit bf9e8da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/RADIOLINKF405/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
#define ADC_INSTANCE ADC3
9191
#define ADC3_DMA_OPT 1
9292

93-
#define ESC_SENSOR_UART SERIAL_PORT_UART3
93+
#define ESC_SENSOR_UART SERIAL_PORT_USART3
9494

9595
#define MAG_I2C_INSTANCE I2CDEV_1
9696
#define BARO_I2C_INSTANCE I2CDEV_1

0 commit comments

Comments
 (0)