mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-02-01 03:33:05 +00:00
1a5632cba0
Power-up interrupts do not always update the regular interrupt status. Because of that, in order not to miss power-up interrupts, the ISR must handle both the regular and the power-up interrupt statuses. Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau.dev@gmail.com>