Selaa lähdekoodia

Tweak sanity checks

Scott Lahteine 4 vuotta sitten
vanhempi
commit
d81de7f521

+ 1
- 1
Marlin/src/HAL/HAL_AVR/inc/SanityCheck.h Näytä tiedosto

@@ -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 Näytä tiedosto

@@ -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)

Loading…
Peruuta
Tallenna