mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-01-04 13:47:43 -07:00
PGMSTR constexpr => const
This commit is contained in:
parent
fe89f5fdff
commit
f3d0b49928
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
// String helper
|
||||
#ifndef PGMSTR
|
||||
#define PGMSTR(NAM,STR) constexpr char NAM[] = STR
|
||||
#define PGMSTR(NAM,STR) const char NAM[] = STR
|
||||
#endif
|
||||
|
||||
inline void watchdog_refresh() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue