Skip to content

Commit 96ac318

Browse files
committed
implement tusb_time_millis_api()
1 parent 8f2d3ed commit 96ac318

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/arduino/Adafruit_TinyUSB_API.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131

3232
extern "C" {
3333

34+
uint32_t tusb_time_millis_api(void) { return millis(); }
35+
3436
//--------------------------------------------------------------------+
3537
// Device
3638
//--------------------------------------------------------------------+

0 commit comments

Comments
 (0)