Browse Source

PGMSTR constexpr => const

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

2
Marlin/src/HAL/HAL.h

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