Browse Source

PGMSTR constexpr => const

Scott Lahteine 5 years ago
parent
commit
fa5a1f7d7f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/HAL/HAL.h

+ 1
- 1
Marlin/src/HAL/HAL.h View File

38
 
38
 
39
 // String helper
39
 // String helper
40
 #ifndef PGMSTR
40
 #ifndef PGMSTR
41
-  #define PGMSTR(NAM,STR) constexpr char NAM[] = STR
41
+  #define PGMSTR(NAM,STR) const char NAM[] = STR
42
 #endif
42
 #endif
43
 
43
 
44
 inline void watchdog_refresh() {
44
 inline void watchdog_refresh() {

Loading…
Cancel
Save