Skip to content

Commit a1524e4

Browse files
committed
Fix include issue to avoid C linkage issue
Fixes #32 Signed-off-by: Frederic Pillon <[email protected]>
1 parent 29d9dab commit a1524e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/portmacro.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
#ifndef _PORTMACRO_H_
88
#define _PORTMACRO_H_
9-
#include <Arduino.h>
9+
#include "stm32_def.h"
1010

1111
#ifndef __CORTEX_M
1212
#pragma GCC error "no \"__CORTEX_M\" definition"

0 commit comments

Comments
 (0)