type.h include removed.
This commit is contained in:
parent
44ca75161f
commit
6abbbcf78a
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue