extruder doesn't use serial.c, update watchdog.c to suit
This commit is contained in:
parent
196caff134
commit
081b693341
|
|
@ -16,7 +16,9 @@
|
||||||
#include <avr/interrupt.h>
|
#include <avr/interrupt.h>
|
||||||
|
|
||||||
#include "arduino.h"
|
#include "arduino.h"
|
||||||
#include "serial.h"
|
#ifndef EXTRUDER
|
||||||
|
#include "serial.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
volatile uint8_t wd_flag = 0;
|
volatile uint8_t wd_flag = 0;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,9 @@
|
||||||
#include <avr/interrupt.h>
|
#include <avr/interrupt.h>
|
||||||
|
|
||||||
#include "arduino.h"
|
#include "arduino.h"
|
||||||
#include "serial.h"
|
#ifndef EXTRUDER
|
||||||
|
#include "serial.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
volatile uint8_t wd_flag = 0;
|
volatile uint8_t wd_flag = 0;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue