Skip to content

Commit 3c996b2

Browse files
committed
fixed include
1 parent 1d1862e commit 3c996b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/arduino/wiring_analog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#ifndef _WIRING_ANALOG_
2020
#define _WIRING_ANALOG_
2121

22-
#include <stdint.h>
22+
#include <Arduino.h>
2323

2424
#ifdef __cplusplus
2525
extern "C" {

0 commit comments

Comments
 (0)