Browse Source

Remove spurious brace

Followup to c536b8de62
Scott Lahteine 5 years ago
parent
commit
267c25fd53
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      Marlin/src/lcd/menu/menu_info.cpp

+ 0
- 1
Marlin/src/lcd/menu/menu_info.cpp View File

180
   #endif
180
   #endif
181
 
181
 
182
   #if HAS_HEATED_BED
182
   #if HAS_HEATED_BED
183
-  {
184
     #undef THERMISTOR_ID
183
     #undef THERMISTOR_ID
185
     #define THERMISTOR_ID TEMP_SENSOR_BED
184
     #define THERMISTOR_ID TEMP_SENSOR_BED
186
     #include "../thermistornames.h"
185
     #include "../thermistornames.h"

Loading…
Cancel
Save