aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/Incomplete/AudioInputHost/AudioInputHost.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-05-30 11:36:21 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-05-30 11:36:21 +0000
commit68468e0aea1c5b95c4b0d6277063863099c9ba21 (patch)
tree974734b3ba70a42745c227c4b56d55a64dd15380 /Demos/Host/Incomplete/AudioInputHost/AudioInputHost.h
parent2a26efc6912badfff9e798f5dbac57ba85ce6dd1 (diff)
downloadlufa-68468e0aea1c5b95c4b0d6277063863099c9ba21.tar.gz
lufa-68468e0aea1c5b95c4b0d6277063863099c9ba21.tar.bz2
lufa-68468e0aea1c5b95c4b0d6277063863099c9ba21.zip
Added new incomplete AudioOutputHost Host LowLevel demo.
Diffstat (limited to 'Demos/Host/Incomplete/AudioInputHost/AudioInputHost.h')
-rw-r--r--Demos/Host/Incomplete/AudioInputHost/AudioInputHost.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Demos/Host/Incomplete/AudioInputHost/AudioInputHost.h b/Demos/Host/Incomplete/AudioInputHost/AudioInputHost.h
index 6a3b8502c..e3952329d 100644
--- a/Demos/Host/Incomplete/AudioInputHost/AudioInputHost.h
+++ b/Demos/Host/Incomplete/AudioInputHost/AudioInputHost.h
@@ -30,11 +30,11 @@
/** \file
*
- * Header file for AudioHost.c.
+ * Header file for AudioInputHost.c.
*/
-#ifndef _AUDIO_HOST_H_
-#define _AUDIO_HOST_H_
+#ifndef _AUDIO_INPUT_HOST_H_
+#define _AUDIO_INPUT_HOST_H_
/* Includes: */
#include <avr/io.h>