fix qtpy rp2040 uart rx rev B (#466)

also add static check for USB DPRAM
This commit is contained in:
Ha Thach
2021-06-03 02:00:29 +07:00
committed by GitHub
parent 5afa3636d6
commit eeb6b501ff
2 changed files with 3 additions and 1 deletions

View File

@ -30,7 +30,7 @@
#endif
#ifndef PICO_DEFAULT_UART_RX_PIN
#define PICO_DEFAULT_UART_RX_PIN 9
#define PICO_DEFAULT_UART_RX_PIN 5
#endif
//------------- LED -------------//