summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hw/bsp/board_api.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/bsp/board_api.h b/hw/bsp/board_api.h
index 0c8a35924..3b9f211a2 100644
--- a/hw/bsp/board_api.h
+++ b/hw/bsp/board_api.h
@@ -116,6 +116,7 @@ static inline uint32_t board_millis(void) {
#elif CFG_TUSB_OS == OPT_OS_CUSTOM
// Implement your own board_millis() in any of .c file
+uint32_t board_millis(void);
#else
#error "board_millis() is not implemented for this OS"