[uart] if USE_UARTx instead of defined USE_UARTx

This commit is contained in:
Felix Ruess
2013-12-29 05:09:28 +01:00
parent ad75f15bf6
commit 6f22616cf7
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -38,7 +38,7 @@
#include "subsystems/radio_control.h"
#endif
#endif
#if defined USE_UART0 || defined USE_UART1 || defined USE_UART2 || defined USE_UART3 || defined USE_UART4 || defined USE_UART5 || defined USE_UART6
#if USE_UART0 || USE_UART1 || USE_UART2 || USE_UART3 || USE_UART4 || USE_UART5 || USE_UART6
#include "mcu_periph/uart.h"
#endif
#if defined USE_I2C0 || defined USE_I2C1 || defined USE_I2C2