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 8f2d3ed commit 96ac318Copy full SHA for 96ac318
src/arduino/Adafruit_TinyUSB_API.cpp
@@ -31,6 +31,8 @@
31
32
extern "C" {
33
34
+uint32_t tusb_time_millis_api(void) { return millis(); }
35
+
36
//--------------------------------------------------------------------+
37
// Device
38
0 commit comments