diff options
| author | hathach <[email protected]> | 2019-10-18 18:30:09 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-10-18 18:30:09 +0700 |
| commit | 2f3f23fd94c07b26015139b6ac3aced26218efea (patch) | |
| tree | 359f503f6e7a2fddeb2d07d819c1450d6cf8557a /examples | |
| parent | 558b4dbde3b9c5e575de08399bad94ae2737d697 (diff) | |
change to use nrfx uarte
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/device/board_test/src/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/device/board_test/src/main.c b/examples/device/board_test/src/main.c index 16aad95f8..865821745 100644 --- a/examples/device/board_test/src/main.c +++ b/examples/device/board_test/src/main.c @@ -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; |
