I just updated my board library to V1.8.10 and discovered that my program no longer compiles. I'm getting a fatal error with the command #include "WInterrupt.h" located in the ArduinoLowPower.cpp file. I've searched all over my system for such a file and can't find it. The weird part is that I've also searched the entire drive of the machine still using V1.8.9 and it doesn't show up there either. This is a real conundrum. Any insight is greatly appreciated.
Here is the error line from the compile:
C:\Users\Mike LaVigne\Documents\Arduino\libraries\Arduino_Low_Power\src\samd\ArduinoLowPower.cpp:4:10: fatal error: WInterrupts.h: No such file or directory
#include "WInterrupts.h"