cleanup header files

This commit is contained in:
david
2009-06-25 11:43:09 +02:00
parent 8e6c67db08
commit 811b82616e
12 changed files with 78 additions and 151 deletions

View File

@@ -1,5 +1,5 @@
#ifndef _FIFO_H_
#define _FIFO_H_
#ifndef __FIFO_H__
#define __FIFO_H__
#include <avr/io.h>
#include <avr/interrupt.h>