Skip to content

Commit

Permalink
Fix MKS UI SPI flash typo (MarlinFirmware#19410)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhapsodyv authored and thinkyhead committed Apr 29, 2021
1 parent 90dea98 commit 9d1b1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/lcd/extui/lib/mks_ui/SPIFlashStorage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ void SPIFlashStorage::flushPage() {
#if HAS_SPI_FLASH_COMPRESSION
// Restart the compressed buffer, keep the pointers of the uncompressed buffer
m_compressedDataUsed = 0;
#elif
#else
m_pageDataUsed = 0;
#endif
m_currentPage++;
Expand Down

0 comments on commit 9d1b1cf

Please sign in to comment.