mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-24 13:43:38 +00:00
arduino: implement hal_time_ms
This commit is contained in:
parent
89dd853093
commit
ae7b593d36
@ -249,3 +249,7 @@ extern "C" void hal_uart_dma_process(){
|
||||
}
|
||||
}
|
||||
|
||||
extern "C" uint32_t hal_time_ms(){
|
||||
return millis();
|
||||
}
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
// #define HAVE_EHCILL
|
||||
|
||||
#define HAVE_BZERO
|
||||
#define HAVE_TICK
|
||||
#define HAVE_TIME_MS
|
||||
|
||||
#define HAVE_BLE
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user