PGMSTR constexpr => const

This commit is contained in:
Scott Lahteine
2021-04-29 08:44:57 -05:00
parent fe89f5fdff
commit f3d0b49928
+1 -1
View File
@@ -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() {