AP_Progmem Identity: switch to straight typedef of prog_char_t to char

This commit is contained in:
Pat Hickey 2012-10-26 22:41:38 -07:00 committed by Andrew Tridgell
parent 9f69254c00
commit 166eff180d
1 changed files with 1 additions and 3 deletions

View File

@ -6,9 +6,7 @@
#define SITL_debug(fmt, args ...) #define SITL_debug(fmt, args ...)
typedef struct { typedef prog_char_t char;
char c;
} prog_char_t;
#define PSTR(s) s; #define PSTR(s) s;