diff options
| author | hathach <[email protected]> | 2019-09-12 10:43:16 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-09-12 10:43:16 +0700 |
| commit | 72046d957cc6068aba7a66be013f02dcefdace58 (patch) | |
| tree | ae66546dcef6c1f2c9a6e1b96c49e780a3d425c6 | |
| parent | ff7261600c1000d374f70adfa638ed945d4bb043 (diff) | |
fix #145
| -rw-r--r-- | hw/bsp/board.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/board.h b/hw/bsp/board.h index b5abfe22c..15e3a2511 100644 --- a/hw/bsp/board.h +++ b/hw/bsp/board.h @@ -78,7 +78,7 @@ int board_uart_write(void const * buf, int len); { return os_time_ticks_to_ms32( os_time_get() ); } -#elif +#else #error "Need to implement board_millis() for this OS" #endif |
