temp uses delay in some configurations

This commit is contained in:
Michael Moon 2010-11-07 16:44:11 +11:00
parent 95e7013dd6
commit 6427e8a6cf
1 changed files with 1 additions and 1 deletions

2
temp.c
View File

@ -5,7 +5,7 @@
#include <avr/pgmspace.h>
#include "arduino.h"
// #include "timer.h"
#include "delay.h"
#include "debug.h"
#ifndef EXTRUDER
#include "sersendf.h"