Merge pull request #610 from hathach/rp2040-followup2

Rp2040 followup2
This commit is contained in:
Ha Thach
2021-02-01 12:44:53 +07:00
committed by GitHub
9 changed files with 44 additions and 21 deletions

View File

@@ -55,10 +55,6 @@ int main(void)
{
uint32_t interval_ms = board_button_read() ? BLINK_PRESSED : BLINK_UNPRESSED;
// uart echo
// uint8_t ch;
// if ( board_uart_read(&ch, 1) ) board_uart_write(&ch, 1);
// Blink every interval ms
if ( !(board_millis() - start_ms < interval_ms) )
{