MK2.5 - watchdog enabled + test (command "D-1")
This commit is contained in:
parent
af6b9a2597
commit
18dec75b56
4 changed files with 12 additions and 6 deletions
Firmware
|
@ -176,15 +176,15 @@ extern float axis_steps_per_unit[NUM_AXIS];
|
|||
#endif //0
|
||||
#define LOG(args...)
|
||||
|
||||
#ifdef DEBUG_DCODES
|
||||
|
||||
void dcode__1()
|
||||
{
|
||||
printf("D-1 - Endless loop\n");
|
||||
cli();
|
||||
printf_P(PSTR("D-1 - Endless loop\n"));
|
||||
// cli();
|
||||
while (1);
|
||||
}
|
||||
|
||||
#ifdef DEBUG_DCODES
|
||||
|
||||
void dcode_0()
|
||||
{
|
||||
if (*(strchr_pointer + 1) == 0) return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue