comparison tempctrl.c @ 71:553c061fda7c

Keep the newer GCC happy.
author darius@Inchoate
date Mon, 19 Jan 2009 22:54:19 +1030
parents ea5862987368
children 56165caf744b
comparison
equal deleted inserted replaced
70:ea5862987368 71:553c061fda7c
616 } else { 616 } else {
617 printf_P(PSTR("Unknown setting\r\n")); 617 printf_P(PSTR("Unknown setting\r\n"));
618 } 618 }
619 } 619 }
620 620
621 static const PROGMEM char* 621 static const char*
622 state2long(char s) { 622 state2long(char s) {
623 switch (s) { 623 switch (s) {
624 case 'i': 624 case 'i':
625 return PSTR("idle"); 625 return PSTR("idle");
626 break; 626 break;