diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-10-20 07:39:11 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-10-20 07:39:11 +0000 |
| commit | 4b5328f3bae564266411c6de4daaf09f7173aaab (patch) | |
| tree | b2633f86bc8d5155659cc9eae31672ff3958c07e /Demos/Device/ClassDriver/AudioInput/AudioInput.h | |
| parent | dfce01e2309c7e65b7b8f750f332cb2e38d39ac9 (diff) | |
Added default test tone generation mode to the Device mode AudioInput demos.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1534 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Device/ClassDriver/AudioInput/AudioInput.h')
| -rw-r--r-- | Demos/Device/ClassDriver/AudioInput/AudioInput.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Demos/Device/ClassDriver/AudioInput/AudioInput.h b/Demos/Device/ClassDriver/AudioInput/AudioInput.h index 8ed6096f..741a091d 100644 --- a/Demos/Device/ClassDriver/AudioInput/AudioInput.h +++ b/Demos/Device/ClassDriver/AudioInput/AudioInput.h @@ -44,6 +44,7 @@ #include <LUFA/Version.h> #include <LUFA/Drivers/Board/LEDs.h> + #include <LUFA/Drivers/Board/Buttons.h> #include <LUFA/Drivers/Peripheral/ADC.h> #include <LUFA/Drivers/USB/USB.h> #include <LUFA/Drivers/USB/Class/Audio.h> |
