mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #1686 from mehlis/iot-lab_M3-fix-numof-uart
iot-lab_M3: fix numof uart
This commit is contained in:
commit
bf5effd913
@ -50,7 +50,7 @@
|
||||
/**
|
||||
* @brief UART configuration
|
||||
*/
|
||||
#define UART_NUMOF (2U)
|
||||
#define UART_NUMOF (1U)
|
||||
#define UART_0_EN 1
|
||||
#define UART_1_EN 0
|
||||
#define UART_IRQ_PRIO 1
|
||||
|
Loading…
Reference in New Issue
Block a user