Browse Source

Fix MKS UI SPI flash typo (#19410)

Victor Oliveira 4 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
   #if HAS_SPI_FLASH_COMPRESSION
221
   #if HAS_SPI_FLASH_COMPRESSION
222
     // Restart the compressed buffer, keep the pointers of the uncompressed buffer
222
     // Restart the compressed buffer, keep the pointers of the uncompressed buffer
223
     m_compressedDataUsed = 0;
223
     m_compressedDataUsed = 0;
224
-  #elif
224
+  #else
225
     m_pageDataUsed = 0;
225
     m_pageDataUsed = 0;
226
   #endif
226
   #endif
227
   m_currentPage++;
227
   m_currentPage++;

Loading…
Cancel
Save