Skip to content

Commit

Permalink
Don't bother including things Arduino.h already includes
Browse files Browse the repository at this point in the history
  • Loading branch information
matthijskooijman committed Feb 5, 2014
1 parent a6fa605 commit 47fe180
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/bitlash.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,6 @@
#endif
#endif // !defined(UNIX_BUILD)


#if defined(AVR_BUILD)
#include "avr/io.h"
#include "avr/pgmspace.h"
#include "avr/interrupt.h"
#endif

#include <string.h>
#include <ctype.h>
#include <setjmp.h>
Expand Down

0 comments on commit 47fe180

Please sign in to comment.