From 41e0e037a62b77ff29adc5622284df99d5f6e0bf Mon Sep 17 00:00:00 2001 From: Nerd Ralph Date: Sat, 30 Jan 2021 17:20:38 -0400 Subject: [PATCH] include pgmspace.h for PSTR definition --- src/pu_print.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pu_print.h b/src/pu_print.h index 55bf2ef..d2acb67 100644 --- a/src/pu_print.h +++ b/src/pu_print.h @@ -1,5 +1,6 @@ // picoUART print functions #pragma once +#include extern "C" void prints(const char* s); extern "C" void prints_P(const char* s);