mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-16 06:40:11 +00:00
forward declare board_millis for OPT_OS_CUSTOM
This commit is contained in:
parent
35aa9d06e1
commit
275e2f318e
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user