Browse Source

[SAMD51] Postmortem Debugging not implemented (#21211)

Giuliano Zaro 4 years ago
parent
commit
6136959a6a
No account linked to committer's email address
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      Marlin/src/HAL/SAMD51/inc/SanityCheck.h

+ 4
- 0
Marlin/src/HAL/SAMD51/inc/SanityCheck.h View File

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

Loading…
Cancel
Save