We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24cd55d commit d1d80bbCopy full SHA for d1d80bb
src/port.c
@@ -3,7 +3,7 @@
3
* @author Frederic Pillon <[email protected]> for STMicroelectronics.
4
* @brief Include source of FreeRTOS portable layer file to match Arduino library format
5
*/
6
-#include "stm32_def.h"
+#include <Arduino.h>
7
8
#ifndef __CORTEX_M
9
#pragma GCC error "no \"__CORTEX_M\" definition"
src/portmacro.h
@@ -6,7 +6,7 @@
#ifndef _PORTMACRO_H_
#define _PORTMACRO_H_
10
11
12
0 commit comments