type.h include removed.

This commit is contained in:
Kai Lauterbach 2011-12-18 13:47:06 +01:00
parent 44ca75161f
commit 6abbbcf78a
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@
// Includes // Includes
#include "globals.h" #include "globals.h"
#include "type.h" //#include "type.h"
#include <avr/interrupt.h> #include <avr/interrupt.h>
#include <avr/io.h> #include <avr/io.h>

View file

@ -18,7 +18,7 @@
#include "globals.h" #include "globals.h"
#include "type.h" //#include "type.h"
/* /*
This example should run on most AVRs with only little changes. No special This example should run on most AVRs with only little changes. No special