Skip to content

Commit 41e0e03

Browse files
committed
include pgmspace.h for PSTR definition
1 parent 65df832 commit 41e0e03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pu_print.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// picoUART print functions
22
#pragma once
3+
#include <avr/pgmspace.h>
34

45
extern "C" void prints(const char* s);
56
extern "C" void prints_P(const char* s);

0 commit comments

Comments
 (0)