We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d80d579 commit 18ea164Copy full SHA for 18ea164
src/arduino/ports/Adafruit_TinyUSB_rp2040.cpp
@@ -38,23 +38,10 @@
38
// tinyusb. There is no need to forward IRQ from application
39
//--------------------------------------------------------------------+
40
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
53
54
// Porting API
55
56
57
58
void TinyUSB_Port_InitDeviceController(uint8_t rhport)
59
{
60
(void) rhport;
0 commit comments