mirror of
https://github.com/manuelbl/ttn-esp32.git
synced 2025-06-15 04:14:28 +02:00
Merge branch 'iram_isr_fix' of https://github.com/vladcebo/ttn-esp32 into vladcebo-iram_isr_fix
This commit is contained in:
commit
f57c505d7e
@ -346,7 +346,7 @@ bool HAL_ESP32::wait(WaitKind waitKind)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Gets current time in LMIC ticks
|
// Gets current time in LMIC ticks
|
||||||
u4_t hal_ticks()
|
u4_t IRAM_ATTR hal_ticks()
|
||||||
{
|
{
|
||||||
// LMIC tick unit: 16µs
|
// LMIC tick unit: 16µs
|
||||||
// esp_timer unit: 1µs
|
// esp_timer unit: 1µs
|
||||||
|
Loading…
Reference in New Issue
Block a user