tpet93 / lmic-Arduino-Australia

Australian frequencys
6 stars 1 forks source link

__enable_irq in hal_sleep() undeclared #3

Open Karlpietsch opened 6 years ago

Karlpietsch commented 6 years ago

__enable_irq in hal_sleep() function is undeclared.

in this version https://github.com/matthijskooijman/arduino-lmic, the function is empty though discussions therein mention using LowPower library https://github.com/matthijskooijman/arduino-lmic/issues/82

eron93br commented 6 years ago

I got the same thing

eron93br commented 6 years ago

I got working.

Delete or uncomment functions

void hal_sleep() {

}

void hal_wdt_reset() {

}