Skip to content

Commit 11263ab

Browse files
committed
Add hardware specific headers to variant.h
Signed-off-by: Ajay Bhargav <[email protected]>
1 parent a2b8112 commit 11263ab

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cores/siwigsm/Arduino.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#ifndef Arduino_h
2525
#define Arduino_h
2626

27+
#include <inttypes.h>
2728
#include <stdbool.h>
2829
#include <stdint.h>
2930
#include <stdlib.h>

variants/s20u/variant.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include <hw/gpio.h>
1111
#include <hw/adc.h>
1212
#include <hw/pwm.h>
13+
#include <hw/i2c.h>
1314

1415
#include <ril.h>
1516

0 commit comments

Comments
 (0)