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 ...)
typedef struct {
char c;
} prog_char_t;
typedef prog_char_t char;
#define PSTR(s) s;