Przeglądaj źródła

Remove extra semicolon in ultralcd.cpp

Scott Lahteine 9 lat temu
rodzic
commit
1e1a18e091
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      Marlin/ultralcd.cpp

+ 1
- 1
Marlin/ultralcd.cpp Wyświetl plik

1154
       _PIDTEMP_BASE_FUNCTIONS(eindex); \
1154
       _PIDTEMP_BASE_FUNCTIONS(eindex); \
1155
       void lcd_autotune_callback_E ## eindex() { _lcd_autotune(eindex); }
1155
       void lcd_autotune_callback_E ## eindex() { _lcd_autotune(eindex); }
1156
   #else
1156
   #else
1157
-    #define _PIDTEMP_FUNCTIONS(eindex) _PIDTEMP_BASE_FUNCTIONS(eindex);
1157
+    #define _PIDTEMP_FUNCTIONS(eindex) _PIDTEMP_BASE_FUNCTIONS(eindex)
1158
   #endif
1158
   #endif
1159
 
1159
 
1160
   _PIDTEMP_FUNCTIONS(0);
1160
   _PIDTEMP_FUNCTIONS(0);

Ładowanie…
Anuluj
Zapisz