Skip to content

Commit 9d1b1cf

Browse files
rhapsodyvthinkyhead
authored andcommitted
Fix MKS UI SPI flash typo (MarlinFirmware#19410)
1 parent 90dea98 commit 9d1b1cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Marlin/src/lcd/extui/lib/mks_ui/SPIFlashStorage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ void SPIFlashStorage::flushPage() {
221221
#if HAS_SPI_FLASH_COMPRESSION
222222
// Restart the compressed buffer, keep the pointers of the uncompressed buffer
223223
m_compressedDataUsed = 0;
224-
#elif
224+
#else
225225
m_pageDataUsed = 0;
226226
#endif
227227
m_currentPage++;

0 commit comments

Comments
 (0)