Browse Source

Unconfuse intellisense

Scott Lahteine 5 years ago
parent
commit
51fd226a4d
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/src/lcd/menu/menu_bed_corners.cpp

+ 2
- 2
Marlin/src/lcd/menu/menu_bed_corners.cpp View File

@@ -97,13 +97,13 @@ static inline void _lcd_level_bed_corners_homing() {
97 97
         #endif
98 98
         ui.goto_previous_screen_no_defer();
99 99
       },
100
-      GET_TEXT(
100
+      GET_TEXT((
101 101
         #if ENABLED(LEVEL_CENTER_TOO)
102 102
           MSG_LEVEL_BED_NEXT_POINT
103 103
         #else
104 104
           MSG_NEXT_CORNER
105 105
         #endif
106
-      ), (PGM_P)nullptr, PSTR("?")
106
+      )), (PGM_P)nullptr, PSTR("?")
107 107
     );
108 108
     ui.set_selection(true);
109 109
     _lcd_goto_next_corner();

Loading…
Cancel
Save