comparison cons.c @ 11:b46f0c742316

Include io headers, not 100% sure it's necessary but is good practise.
author Daniel O'Connor <darius@dons.net.au>
date Sat, 01 Jan 2011 19:44:02 +1030
parents 095216e8453d
children
comparison
equal deleted inserted replaced
10:f0b4314b91ec 11:b46f0c742316
28 28
29 #include <ctype.h> 29 #include <ctype.h>
30 #include <stdio.h> 30 #include <stdio.h>
31 #include <stdint.h> 31 #include <stdint.h>
32 #include <stdlib.h> 32 #include <stdlib.h>
33 #include <avr/io.h>
33 #include <avr/interrupt.h> 34 #include <avr/interrupt.h>
34 #include <avr/pgmspace.h> 35 #include <avr/pgmspace.h>
35 #include "cons.h" 36 #include "cons.h"
36 #include "cons-reg.h" 37 #include "cons-reg.h"
37 38