mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
fix #145
This commit is contained in:
parent
ff7261600c
commit
72046d957c
@ -78,7 +78,7 @@ int board_uart_write(void const * buf, int len);
|
|||||||
{
|
{
|
||||||
return os_time_ticks_to_ms32( os_time_get() );
|
return os_time_ticks_to_ms32( os_time_get() );
|
||||||
}
|
}
|
||||||
#elif
|
#else
|
||||||
#error "Need to implement board_millis() for this OS"
|
#error "Need to implement board_millis() for this OS"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user