diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-06-05 08:13:19 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-06-05 08:13:19 +0000 |
commit | 2793c88fc601dcc7ec4961326dd9748a20f3ec83 (patch) | |
tree | 25837c99abcc82f56d06adaa4a33c8595c332121 /Demos/Device | |
parent | d47df1cd3a340306255b26a7112d7ff7fa6cd4e4 (diff) | |
download | lufa-2793c88fc601dcc7ec4961326dd9748a20f3ec83.tar.gz lufa-2793c88fc601dcc7ec4961326dd9748a20f3ec83.tar.bz2 lufa-2793c88fc601dcc7ec4961326dd9748a20f3ec83.zip |
Add master device Host demo makefile.
Copy and convert incomplete Bluetooth Host demo to the library.
Diffstat (limited to 'Demos/Device')
-rw-r--r-- | Demos/Device/ClassDriver/AudioInput/AudioInput.h | 1 | ||||
-rw-r--r-- | Demos/Device/ClassDriver/AudioOutput/AudioOutput.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Demos/Device/ClassDriver/AudioInput/AudioInput.h b/Demos/Device/ClassDriver/AudioInput/AudioInput.h index e4dd7fe66..40c478bb7 100644 --- a/Demos/Device/ClassDriver/AudioInput/AudioInput.h +++ b/Demos/Device/ClassDriver/AudioInput/AudioInput.h @@ -60,7 +60,6 @@ /** Maximum ADC range for the microphone input. */
#define ADC_MAX_RANGE 0x3FF
- /* Macros: */
/** LED mask for the library LED driver, to indicate that the USB interface is not ready. */
#define LEDMASK_USB_NOTREADY LEDS_LED1
diff --git a/Demos/Device/ClassDriver/AudioOutput/AudioOutput.h b/Demos/Device/ClassDriver/AudioOutput/AudioOutput.h index e8435e3ad..f8d703e3f 100644 --- a/Demos/Device/ClassDriver/AudioOutput/AudioOutput.h +++ b/Demos/Device/ClassDriver/AudioOutput/AudioOutput.h @@ -98,7 +98,6 @@ #define CSx0 CS10
#endif
- /* Macros: */
/** LED mask for the library LED driver, to indicate that the USB interface is not ready. */
#define LEDMASK_USB_NOTREADY LEDS_LED1
|