ソースを参照

Tweak sanity checks

Scott Lahteine 4年前
コミット
d81de7f521
2個のファイルの変更2行の追加2行の削除
  1. 1
    1
      Marlin/src/HAL/HAL_AVR/inc/SanityCheck.h
  2. 1
    1
      Marlin/src/HAL/HAL_SAMD51/inc/SanityCheck.h

+ 1
- 1
Marlin/src/HAL/HAL_AVR/inc/SanityCheck.h ファイルの表示

@@ -39,7 +39,7 @@
39 39
  * Checks for FAST PWM
40 40
  */
41 41
 #if ENABLED(FAST_PWM_FAN) && (ENABLED(USE_OCR2A_AS_TOP) && defined(TCCR2))
42
-    #error "USE_OCR2A_AS_TOP does not apply to devices with a single output TIMER2"
42
+  #error "USE_OCR2A_AS_TOP does not apply to devices with a single output TIMER2"
43 43
 #endif
44 44
 
45 45
 /**

+ 1
- 1
Marlin/src/HAL/HAL_SAMD51/inc/SanityCheck.h ファイルの表示

@@ -36,7 +36,7 @@
36 36
 #endif
37 37
 
38 38
 #if ENABLED(SDIO_SUPPORT)
39
-  #error "SDIO_SUPPORT is not supported."
39
+  #error "SDIO_SUPPORT is not supported on SAMD51."
40 40
 #endif
41 41
 
42 42
 #if ENABLED(FAST_PWM_FAN)

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