From 225a305cb939a332c02ab73e19e8dbcab535f1aa Mon Sep 17 00:00:00 2001 From: Henry Wurzburg Date: Sat, 2 May 2020 18:45:07 -0500 Subject: [PATCH] AP_HAL_ChibiOS:Remove alt config since its not useful (no TX available) --- libraries/AP_HAL_ChibiOS/hwdef/mini-pix/hwdef.dat | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libraries/AP_HAL_ChibiOS/hwdef/mini-pix/hwdef.dat b/libraries/AP_HAL_ChibiOS/hwdef/mini-pix/hwdef.dat index aebe028540..ec99b246d6 100644 --- a/libraries/AP_HAL_ChibiOS/hwdef/mini-pix/hwdef.dat +++ b/libraries/AP_HAL_ChibiOS/hwdef/mini-pix/hwdef.dat @@ -24,7 +24,7 @@ FLASH_SIZE_KB 1024 I2C_ORDER I2C2 I2C1 # order of UARTs (and USB) -SERIAL_ORDER OTG1 USART3 USART2 UART4 USART6 +SERIAL_ORDER OTG1 USART3 USART2 UART4 # UART4 serial GPS PA0 UART4_TX UART4 @@ -73,8 +73,6 @@ PC4 SAFETY_IN INPUT # default to RCIN using timer capture PC7 TIM8_CH2 TIM8 RCININT PULLDOWN -# alternative using USART6 -PC7 USART6_RX USART6 NODMA ALT(1) PC8 SDIO_D0 SDIO PC9 SDIO_D1 SDIO