summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-09-12 10:43:16 +0700
committerhathach <[email protected]>2019-09-12 10:43:16 +0700
commit72046d957cc6068aba7a66be013f02dcefdace58 (patch)
treeae66546dcef6c1f2c9a6e1b96c49e780a3d425c6
parentff7261600c1000d374f70adfa638ed945d4bb043 (diff)
fix #145
-rw-r--r--hw/bsp/board.h2
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