Browse Source

[SAMD51] Postmortem Debugging not implemented (#21211)

vanilla_fb_2.0.x
Giuliano Zaro 3 years ago
committed by GitHub
parent
commit
6136959a6a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Marlin/src/HAL/SAMD51/inc/SanityCheck.h

4
Marlin/src/HAL/SAMD51/inc/SanityCheck.h

@ -50,3 +50,7 @@
#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."
#endif
#if ENABLED(POSTMORTEM_DEBUGGING)
#error "POSTMORTEM_DEBUGGING is not yet supported on AGCM4."
#endif

Loading…
Cancel
Save