Add missing include to the Bentio project.

This commit is contained in:
Dean Camera 2013-06-12 20:20:07 +02:00
parent f7b9ebea02
commit 1509af922b
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@
/* Includes: */
#include <avr/io.h>
#include <avr/wdt.h>
#include <avr/power.h>
#include <avr/interrupt.h>
#include "Descriptors.h"