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,7 +180,6 @@ void menu_info_thermistors() {
180 180
   #endif
181 181
 
182 182
   #if HAS_HEATED_BED
183
-  {
184 183
     #undef THERMISTOR_ID
185 184
     #define THERMISTOR_ID TEMP_SENSOR_BED
186 185
     #include "../thermistornames.h"

Loading…
Cancel
Save