From 50ca54f0eb62dcb23a3436a4352a2f486682b26e Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Tue, 11 Jun 2019 20:25:17 +0200 Subject: pctl: Port firmware to recent avr-gcc Signed-off-by: Michael Buesch --- pressure_control/firmware/remote.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pressure_control/firmware/remote.h') diff --git a/pressure_control/firmware/remote.h b/pressure_control/firmware/remote.h index c942a2b..1e170a7 100644 --- a/pressure_control/firmware/remote.h +++ b/pressure_control/firmware/remote.h @@ -92,7 +92,7 @@ struct remote_message { void print_sram(const char *msg); -void print_pgm(const prog_char *msg); +void print_pgm(const char __flash *msg); #define print(string_literal) print_pgm(PSTR(string_literal)) void print_dec(uint16_t number); void print_dec_signed(int16_t number); -- cgit v1.2.3