Przeglądaj źródła

Fix MKS UI SPI flash typo (#19410)

Victor Oliveira 3 lat temu
rodzic
commit
3eaa19fdb0
No account linked to committer's email address

+ 1
- 1
Marlin/src/lcd/extui/lib/mks_ui/SPIFlashStorage.cpp Wyświetl plik

@@ -221,7 +221,7 @@ void SPIFlashStorage::flushPage() {
221 221
   #if HAS_SPI_FLASH_COMPRESSION
222 222
     // Restart the compressed buffer, keep the pointers of the uncompressed buffer
223 223
     m_compressedDataUsed = 0;
224
-  #elif
224
+  #else
225 225
     m_pageDataUsed = 0;
226 226
   #endif
227 227
   m_currentPage++;

Ładowanie…
Anuluj
Zapisz