Documentation improvements - put driver example code into its own section, fix incorr...
[pub/USBasp.git] / Projects / AVRISP-MKII / Lib / V2Protocol.h
index 48dc787..9af7103 100644 (file)
@@ -3,7 +3,7 @@
      Copyright (C) Dean Camera, 2010.
 
   dean [at] fourwalledcubicle [dot] com
-      www.fourwalledcubicle.com
+           www.lufa-lib.org
 */
 
 /*
@@ -37,6 +37,9 @@
 #define _V2_PROTOCOL_
 
        /* Includes: */
+               #include <avr/io.h>
+               #include <avr/interrupt.h>
+       
                #include <LUFA/Drivers/USB/USB.h>
 
                #include "../Descriptors.h"