Use PGM_P for PSTR pointers (#11977)
This commit is contained in:
@ -67,7 +67,7 @@
|
||||
|
||||
|
||||
typedef struct {
|
||||
const char * const name;
|
||||
PGM_P const name;
|
||||
pin_t pin;
|
||||
bool is_digital;
|
||||
} PinInfo;
|
||||
|
Reference in New Issue
Block a user