rp2040 move uart id to board specific

This commit is contained in:
hathach
2021-01-27 16:37:31 +07:00
parent 1abf9eeb80
commit 4fef2ddb4c
6 changed files with 34 additions and 11 deletions

View File

@@ -35,10 +35,13 @@
#define LED_STATE_ON 1
// Button pin is BOOTSEL which is flash CS pin
#define BUTTON_BOOTSEL
#define BUTTON_STATE_ACTIVE 0
#define UART_DEV uart0
#define UART_TX_PIN 0
#define UART_RX_PIN 1
#ifdef __cplusplus
}
#endif