Tweak sanity checks

This commit is contained in:
Scott Lahteine
2019-12-15 20:23:59 -06:00
parent deff538909
commit d81de7f521
2 changed files with 2 additions and 2 deletions

View File

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