You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove use of internal core header or constant use standard Arduino:
Up to the used core to define properly what the library need.
Mainly the cortex M core version used.
Example for STM32F103 based board: #define __CORTEX_M (0x03U) /*!< Cortex-M Core */ stm32duino/Arduino_Core_STM32 uses the CMSIS which defined it.