timer.c: remove a few obsolete #includes.
This commit is contained in:
parent
cfff4ca5d3
commit
f98772ff25
4
timer.c
4
timer.c
|
|
@ -2,12 +2,8 @@
|
||||||
|
|
||||||
#include <avr/interrupt.h>
|
#include <avr/interrupt.h>
|
||||||
|
|
||||||
#include "config.h"
|
|
||||||
#include "dda_queue.h"
|
#include "dda_queue.h"
|
||||||
#include "dda.h"
|
|
||||||
#include "watchdog.h"
|
#include "watchdog.h"
|
||||||
#include "temp.h"
|
|
||||||
#include "serial.h"
|
|
||||||
|
|
||||||
ISR(TIMER1_COMPA_vect) {
|
ISR(TIMER1_COMPA_vect) {
|
||||||
WRITE(SCK, 1);
|
WRITE(SCK, 1);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue