Browse Source

Tweak sanity checks

Scott Lahteine 5 years ago
parent
commit
d81de7f521

+ 1
- 1
Marlin/src/HAL/HAL_AVR/inc/SanityCheck.h View File

39
  * Checks for FAST PWM
39
  * Checks for FAST PWM
40
  */
40
  */
41
 #if ENABLED(FAST_PWM_FAN) && (ENABLED(USE_OCR2A_AS_TOP) && defined(TCCR2))
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
 #endif
43
 #endif
44
 
44
 
45
 /**
45
 /**

+ 1
- 1
Marlin/src/HAL/HAL_SAMD51/inc/SanityCheck.h View File

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

Loading…
Cancel
Save