From: Joseph Coffland Date: Mon, 5 Jun 2017 22:57:48 +0000 (-0700) Subject: Fix for test build X-Git-Url: https://git.buildbotics.com/?a=commitdiff_plain;h=b7bb82f7f5a6f142a4465710748c156b22da43e5;p=bbctrl-firmware Fix for test build --- 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