Browse Source

Fix MKS UI SPI flash typo (#19410)

Victor Oliveira 3 years ago
parent
commit
3eaa19fdb0
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/lcd/extui/lib/mks_ui/SPIFlashStorage.cpp

+ 1
- 1
Marlin/src/lcd/extui/lib/mks_ui/SPIFlashStorage.cpp View File

@@ -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++;

Loading…
Cancel
Save