Fix SAMD51 timer usage (#17471)

This commit is contained in:
Giuliano Zaro
2020-04-16 11:38:17 +02:00
committed by GitHub
parent 78a5079558
commit c16818b261
2 changed files with 8 additions and 4 deletions

View File

@ -35,6 +35,10 @@
#error "OnBoard SPI BUS can't be shared with other devices."
#endif
#if SERVO_TC == RTC_TIMER_NUM
#error "Servos can't use RTC timer"
#endif
#if ENABLED(EMERGENCY_PARSER)
#error "EMERGENCY_PARSER is not yet implemented for SAMD51. Disable EMERGENCY_PARSER to continue."
#endif