Why in arduino, after I include the XIAO Nrff52480 board, and the header file
#include <NRF52TimerInterrupt.hpp>
#include <NRF52_ISR_Timer.hpp>
is included, the system still tells me that there is an error.That is
In file included from D:\arduio doucument\hudie\hudie.ino:2:0:
d:\arduio doucument\libraries\NRF52_TimerInterrupt\src/NRF52TimerInterrupt.hpp:86:4: error: #error This code is designed to run on Adafruit or Seeed nRF52 platform! Please check your Tools->Board setting.
#error This code is designed to run on Adafruit or Seeed nRF52 platform! Please check your Tools->Board setting.
^~~~~
In file included from d:\arduio doucument\libraries\NRF52_TimerInterrupt\src/NRF52TimerInterrupt.hpp:118:0,
from D:\arduio doucument\hudie\hudie.ino:2:
d:\arduio doucument\libraries\NRF52_TimerInterrupt\src/TimerInterrupt_Generic_Debug.h:42:10: fatal error: Adafruit_TinyUSB.h: No such file or directory
#include <Adafruit_TinyUSB.h>
^~~~~~~~~~~~~~~~~~~~
compilation terminated.