Upgrade to LMIC version 3.2.0

This commit is contained in:
Manuel Bl
2020-07-31 16:32:28 +02:00
parent e29477fa7e
commit 513ac44268
8 changed files with 191 additions and 38 deletions

View File

@ -139,6 +139,8 @@ void os_runloop () {
void os_runloop_once() {
osjob_t* j = NULL;
hal_processPendingIRQs();
hal_disableIRQs();
// check for runnable jobs
if(OS.runnablejobs) {