Victor Oliveira
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Marlin/src/lcd/extui/lib/mks_ui/SPIFlashStorage.cpp
|
@ -221,7 +221,7 @@ void SPIFlashStorage::flushPage() { |
|
|
#if HAS_SPI_FLASH_COMPRESSION |
|
|
#if HAS_SPI_FLASH_COMPRESSION |
|
|
// Restart the compressed buffer, keep the pointers of the uncompressed buffer
|
|
|
// Restart the compressed buffer, keep the pointers of the uncompressed buffer
|
|
|
m_compressedDataUsed = 0; |
|
|
m_compressedDataUsed = 0; |
|
|
#elif |
|
|
#else |
|
|
m_pageDataUsed = 0; |
|
|
m_pageDataUsed = 0; |
|
|
#endif |
|
|
#endif |
|
|
m_currentPage++; |
|
|
m_currentPage++; |
|
|