diff options
| author | hathach <[email protected]> | 2018-03-01 12:14:44 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-01 12:14:44 +0700 |
| commit | 7add7337babf0af8f4f2bbd1127e57dc0d580c1d (patch) | |
| tree | 21ce57fd0fa035161b8970e64028778824d19325 /boards | |
| parent | 40935fc01ca33b6123c1626f930faf9b48e0b2b0 (diff) | |
osal macro clean up
Diffstat (limited to 'boards')
| -rw-r--r-- | boards/board.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boards/board.c b/boards/board.c index 66c86099e..633382a8f 100644 --- a/boards/board.c +++ b/boards/board.c @@ -76,9 +76,9 @@ void led_blinking_task(void* param) {
(void) param;
- OSAL_TASK_LOOP_BEGIN
+ OSAL_TASK_BEGIN
led_blinking_subtask();
- OSAL_TASK_LOOP_END
+ OSAL_TASK_END
}
tusb_error_t led_blinking_subtask(void)
|
