ソースを参照

Fix MKS UI SPI flash typo (#19410)

Victor Oliveira 4年前
コミット
3eaa19fdb0
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      Marlin/src/lcd/extui/lib/mks_ui/SPIFlashStorage.cpp

+ 1
- 1
Marlin/src/lcd/extui/lib/mks_ui/SPIFlashStorage.cpp ファイルの表示

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

読み込み中…
キャンセル
保存