Browse Source

PGMSTR constexpr => const

vanilla_fb_2.0.x
Scott Lahteine 4 years ago
parent
commit
fa5a1f7d7f
  1. 2
      Marlin/src/HAL/HAL.h

2
Marlin/src/HAL/HAL.h

@ -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…
Cancel
Save