when trying to compile for any of the mbed boards I get the error
error: 'analogin_config_t' does not name a type; did you mean 'analogin_init'?
extern analogin_config_t adcCurrentConfig;
^~~~~~~~~~~~~~~~~
analogin_init
exit status 1
Error compiling for board Arduino Nano 33 BLE.
when trying to compile for any of the mbed boards I get the error
Has anyone encountered this before?