aboutsummaryrefslogtreecommitdiff
path: root/Demos/Device/ClassDriver/AudioInput/AudioInput.h
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-10-26 06:52:09 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-10-26 06:52:09 +0000
commit83274b16ca5be612d7ffecdf955f9445a12305e0 (patch)
treee5b2257e3adbe5d0c9d9b1740bf718258584f5c5 /Demos/Device/ClassDriver/AudioInput/AudioInput.h
parentbcb4aef5ee2ef8ac6c28092d55ee9ea72b75b7dc (diff)
Changed AudioInput and AudioOutput demos to reload the next sample via an interrupt rather than polling the sample timer.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1539 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Device/ClassDriver/AudioInput/AudioInput.h')
-rw-r--r--Demos/Device/ClassDriver/AudioInput/AudioInput.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Demos/Device/ClassDriver/AudioInput/AudioInput.h b/Demos/Device/ClassDriver/AudioInput/AudioInput.h
index a243333b..6480b56d 100644
--- a/Demos/Device/ClassDriver/AudioInput/AudioInput.h
+++ b/Demos/Device/ClassDriver/AudioInput/AudioInput.h
@@ -77,7 +77,6 @@
/* Function Prototypes: */
void SetupHardware(void);
- void ProcessNextSample(void);
void EVENT_USB_Device_Connect(void);
void EVENT_USB_Device_Disconnect(void);