PGMSTR constexpr => const
This commit is contained in:
parent
ca105493aa
commit
fa5a1f7d7f
@ -38,7 +38,7 @@
|
|||||||
|
|
||||||
// String helper
|
// String helper
|
||||||
#ifndef PGMSTR
|
#ifndef PGMSTR
|
||||||
#define PGMSTR(NAM,STR) constexpr char NAM[] = STR
|
#define PGMSTR(NAM,STR) const char NAM[] = STR
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
inline void watchdog_refresh() {
|
inline void watchdog_refresh() {
|
||||||
|
Loading…
Reference in New Issue
Block a user