mirror of https://github.com/ArduPilot/ardupilot
AP_Progmem Identity: switch to straight typedef of prog_char_t to char
This commit is contained in:
parent
9f69254c00
commit
166eff180d
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue