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 ...)
|
#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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue