Skip to content

Commit 18ea164

Browse files
committed
update port for rp2040
1 parent d80d579 commit 18ea164

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/arduino/ports/Adafruit_TinyUSB_rp2040.cpp

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,23 +38,10 @@
3838
// tinyusb. There is no need to forward IRQ from application
3939
//--------------------------------------------------------------------+
4040

41-
extern "C"
42-
{
43-
44-
// run TinyUSB background task when yield()
45-
void yield(void)
46-
{
47-
tud_task();
48-
tud_cdc_write_flush();
49-
}
50-
51-
} // extern C
52-
5341
//--------------------------------------------------------------------+
5442
// Porting API
5543
//--------------------------------------------------------------------+
5644

57-
5845
void TinyUSB_Port_InitDeviceController(uint8_t rhport)
5946
{
6047
(void) rhport;

0 commit comments

Comments
 (0)