osal macro clean up

This commit is contained in:
hathach
2018-03-01 12:14:44 +07:00
parent 40935fc01c
commit 7add7337ba
15 changed files with 32 additions and 41 deletions
+2 -2
View File
@@ -113,7 +113,7 @@ void keyboard_host_app_task(void* param)
{
(void) param;
OSAL_TASK_LOOP_BEGIN
OSAL_TASK_BEGIN
hid_keyboard_report_t kbd_report;
tusb_error_t error;
@@ -123,7 +123,7 @@ void keyboard_host_app_task(void* param)
process_kbd_report(&kbd_report);
OSAL_TASK_LOOP_END
OSAL_TASK_END
}
//--------------------------------------------------------------------+