mirror of
https://github.com/manuelbl/ttn-esp32.git
synced 2025-07-19 16:52:52 +02:00
Update to latest LMIC version (3.0.99.10)
This commit is contained in:
@ -110,9 +110,10 @@ void hal_sleep (void);
|
||||
u4_t hal_ticks (void);
|
||||
|
||||
/*
|
||||
* busy-wait until specified timestamp (in ticks) is reached.
|
||||
* busy-wait until specified timestamp (in ticks) is reached. If on-time, return 0,
|
||||
* otherwise return the number of ticks we were late.
|
||||
*/
|
||||
void hal_waitUntil (u4_t time);
|
||||
u4_t hal_waitUntil (u4_t time);
|
||||
|
||||
/*
|
||||
* check and rewind timer for target time.
|
||||
|
Reference in New Issue
Block a user