Fix build

This commit is contained in:
Voinea Dragos 2021-06-22 13:18:36 +03:00 committed by Guðni Már Gilbert
parent 42a5f7dc20
commit 623762bd50
1 changed files with 1 additions and 3 deletions

View File

@ -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