Fix build
This commit is contained in:
parent
42a5f7dc20
commit
623762bd50
|
|
@ -1723,8 +1723,6 @@ void setup()
|
||||||
#endif //WATCHDOG
|
#endif //WATCHDOG
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef PRUSA_M28
|
|
||||||
|
|
||||||
static inline void crash_and_burn(dump_crash_reason reason)
|
static inline void crash_and_burn(dump_crash_reason reason)
|
||||||
{
|
{
|
||||||
WRITE(BEEPER, HIGH);
|
WRITE(BEEPER, HIGH);
|
||||||
|
|
@ -1756,7 +1754,7 @@ void stack_error() {
|
||||||
crash_and_burn(dump_crash_reason::stack_error);
|
crash_and_burn(dump_crash_reason::stack_error);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef PRUSA_M28
|
||||||
void trace();
|
void trace();
|
||||||
|
|
||||||
#define CHUNK_SIZE 64 // bytes
|
#define CHUNK_SIZE 64 // bytes
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue