From b7bb82f7f5a6f142a4465710748c156b22da43e5 Mon Sep 17 00:00:00 2001 From: Joseph Coffland Date: Mon, 5 Jun 2017 15:57:48 -0700 Subject: [PATCH] Fix for test build --- avr/src/vars.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avr/src/vars.c b/avr/src/vars.c index 2af5d46..05d273d 100644 --- a/avr/src/vars.c +++ b/avr/src/vars.c @@ -45,7 +45,7 @@ typedef uint16_t flags_t; typedef const char *string; -typedef PGM_P pstring; +typedef const PGM_P pstring; // Format strings -- 2.27.0