8000 Merge pull request #163 from guberti/fix-common-for-portenta-h7 · libretiny-eu/ArduinoCore-API@5f107eb · GitHub
[go: up one dir, main page]

Skip to content

Commit 5f107eb

Browse files
authored
Merge pull request arduino#163 from guberti/fix-common-for-portenta-h7
Fix including "Arduino.h" from C files
2 parents e03b653 + 3a6537e commit 5f107eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/Common.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
22
#include <stdint.h>
3+
#include <stdbool.h>
34

45
#ifdef __cplusplus
56
extern "C"{

0 commit comments

Comments
 (0)
0