lorawan.cpp typo fix

This commit is contained in:
Verkehrsrot 2019-07-23 21:03:11 +02:00
parent 4a2845a3f6
commit a6520b19ef

View File

@ -533,7 +533,7 @@ void IRAM_ATTR user_request_network_time_callback(void *pVoidUserUTCTime,
finish:
// end of time critical section: release I2C bus and app irq
I2C_MUTEX_UNLOCK();r
I2C_MUTEX_UNLOCK();
unmask_user_IRQ();
} // user_request_network_time_callback