|
@ -50,3 +50,7 @@ |
|
|
#if ENABLED(FAST_PWM_FAN) || SPINDLE_LASER_FREQUENCY |
|
|
#if ENABLED(FAST_PWM_FAN) || SPINDLE_LASER_FREQUENCY |
|
|
#error "Features requiring Hardware PWM (FAST_PWM_FAN, SPINDLE_LASER_FREQUENCY) are not yet supported on SAMD51." |
|
|
#error "Features requiring Hardware PWM (FAST_PWM_FAN, SPINDLE_LASER_FREQUENCY) are not yet supported on SAMD51." |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
#if ENABLED(POSTMORTEM_DEBUGGING) |
|
|
|
|
|
#error "POSTMORTEM_DEBUGGING is not yet supported on AGCM4." |
|
|
|
|
|
#endif |
|
|