Hi to all.
After upgrading to 1.8.10 (32-bits ARM Cortex-M0+) for an Arduino MKR NB 1500 board under Ubuntu 18.04 the header WInterrupts.h is no longer found:
/home/dirk/Arduino/libraries/Arduino_Low_Power/src/samd/ArduinoLowPower.cpp:4:10: fatal error: WInterrupts.h: No such file or directory
#include "WInterrupts.h"
I'm using the Low Power Library by including:
#include "ArduinoLowPower.h"
Regards,
Dirk.