Merge branch 'iram_isr_fix' of https://github.com/vladcebo/ttn-esp32 into vladcebo-iram_isr_fix

This commit is contained in:
Manuel Bl 2021-01-05 21:04:57 +01:00
commit f57c505d7e
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ bool HAL_ESP32::wait(WaitKind waitKind)
}
// Gets current time in LMIC ticks
u4_t hal_ticks()
u4_t IRAM_ATTR hal_ticks()
{
// LMIC tick unit: 16µs
// esp_timer unit: 1µs