Skip to content

Commit 5ec8598

Browse files
committed
update tinyusb lib to 1.0.0
1 parent f61fffa commit 5ec8598

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

cores/nRF5/main.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ static void loop_task(void* arg)
5050

5151
#ifdef USE_TINYUSB
5252
TinyUSB_Device_Init(0);
53-
54-
// yield for tinyusb task to run
55-
taskYIELD();
5653
#endif
5754

5855
#if CFG_DEBUG

0 commit comments

Comments
 (0)