We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65df832 commit 41e0e03Copy full SHA for 41e0e03
src/pu_print.h
@@ -1,5 +1,6 @@
1
// picoUART print functions
2
#pragma once
3
+#include <avr/pgmspace.h>
4
5
extern "C" void prints(const char* s);
6
extern "C" void prints_P(const char* s);
0 commit comments