mendel.c: remove redundant #include.

This commit is contained in:
Markus Hitter 2015-07-27 16:34:13 +02:00
parent 7212f3a23f
commit 3d005c4d60
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@
*/
#ifndef SIMULATOR
#include <avr/io.h>
#include <avr/interrupt.h>
#endif