MK2.5 - watchdog enabled + test (command "D-1")

This commit is contained in:
Robert Pelnar 2019-04-29 13:19:59 +02:00
parent af6b9a2597
commit 18dec75b56
4 changed files with 12 additions and 6 deletions
Firmware

View file

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