Fixed incorrect comparison in the descriptor callback routine of the TeensyHID bootlo...
[pub/USBasp.git] / Projects / Incomplete / MIDIToneGenerator / MIDIToneGenerator.h
index 6d6931c..d2405f8 100644 (file)
@@ -41,6 +41,7 @@
                #include <avr/wdt.h>\r
                #include <avr/power.h>\r
                #include <avr/pgmspace.h>\r
+               #include <avr/interrupt.h>\r
                #include <stdbool.h>\r
 \r
                #include "Descriptors.h"\r
@@ -64,7 +65,7 @@
                /** LED mask for the library LED driver, to indicate that an error has occurred in the USB interface. */\r
                #define LEDMASK_USB_ERROR        (LEDS_LED1 | LEDS_LED3)\r
                \r
-               #define AUDIO_SAMPLE_FREQUENCY   24000\r
+               #define AUDIO_SAMPLE_FREQUENCY    24000\r
                \r
        /* Function Prototypes: */\r
                void SetupHardware(void);\r