ArduinoModule-CMSIS-Atmel
ArduinoModule-CMSIS-Atmel copied to clipboard
SAML core includes are wrong
These includes https://github.com/arduino/ArduinoModule-CMSIS-Atmel/blob/master/CMSIS-Atmel/CMSIS/Device/ATMEL/saml.h#L23 are missing a folder level (another /include/
).
See https://github.com/arduino/ArduinoModule-CMSIS-Atmel/blob/master/CMSIS-Atmel/CMSIS/Device/ATMEL/samd.h
/cc @aethaniel
PR https://github.com/arduino/ArduinoModule-CMSIS-Atmel/pull/17 fix this issue.