arduino: implement hal_time_ms

This commit is contained in:
Matthias Ringwald 2015-04-21 22:52:24 +02:00
parent 89dd853093
commit ae7b593d36
2 changed files with 5 additions and 1 deletions

View File

@ -249,3 +249,7 @@ extern "C" void hal_uart_dma_process(){
}
}
extern "C" uint32_t hal_time_ms(){
return millis();
}

View File

@ -4,7 +4,7 @@
// #define HAVE_EHCILL
#define HAVE_BZERO
#define HAVE_TICK
#define HAVE_TIME_MS
#define HAVE_BLE