Skip to content

Commit 8eeb1bf

Browse files
committed
Add signature of pgm_read_byte_near
1 parent e6cec4a commit 8eeb1bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/arduino-mock/Arduino.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ void detachInterrupt(uint8_t);
6969
void setup(void);
7070
void loop(void);
7171

72+
uint8_t pgm_read_byte_near(const char *);
73+
7274
#ifdef __cplusplus
7375
} // extern "C"
7476
#endif

0 commit comments

Comments
 (0)