mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-18 23:49:49 +00:00
[SAMD51] Postmortem Debugging not implemented (#21211)
This commit is contained in:
parent
68e50a725a
commit
130dfbe11c
1 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue