change to use nrfx uarte

This commit is contained in:
hathach
2019-10-18 18:30:09 +07:00
parent 558b4dbde3
commit 2f3f23fd94
4 changed files with 16 additions and 885 deletions

View File

@@ -51,7 +51,6 @@ int main(void)
uint32_t start_ms = 0;
bool led_state = false;
while (1)
{
uint32_t interval_ms = board_button_read() ? BLINK_PRESSED : BLINK_UNPRESSED;