This commit is contained in:
hathach 2019-09-12 10:43:16 +07:00
parent ff7261600c
commit 72046d957c
1 changed files with 1 additions and 1 deletions

View File

@ -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