Formatting
This commit is contained in:
@@ -814,8 +814,8 @@ void minkill(const bool steppers_off/*=false*/) {
|
||||
#endif
|
||||
}
|
||||
|
||||
void(*resetFunc)(void) = 0; // Declare resetFunc() at address 0
|
||||
resetFunc(); // Jump to address 0
|
||||
void (*resetFunc)(void) = 0; // Declare resetFunc() at address 0
|
||||
resetFunc(); // Jump to address 0
|
||||
|
||||
#else // !HAS_KILL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user