mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-01 21:07:40 +08:00
[i2c] also check I2C3
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@
|
||||
#if USE_UART0 || USE_UART1 || USE_UART2 || USE_UART3 || USE_UART4 || USE_UART5 || USE_UART6
|
||||
#include "mcu_periph/uart.h"
|
||||
#endif
|
||||
#if USE_I2C0 || USE_I2C1 || USE_I2C2
|
||||
#if USE_I2C0 || USE_I2C1 || USE_I2C2 || USE_I2C3
|
||||
#include "mcu_periph/i2c.h"
|
||||
#endif
|
||||
#if USE_ADC
|
||||
|
||||
Reference in New Issue
Block a user