diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-06-15 13:42:34 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-06-15 13:42:34 +0000 |
commit | 84d77833503151acffbdda6217fa8ce59c6b4b8a (patch) | |
tree | dc1c0d27066a640cb90c2460298bb60629a9021d /Demos/Host/ClassDriver/StillImageHost/StillImageHost.h | |
parent | 345506b11c6b816eaa7925ca115d75714d960249 (diff) | |
download | lufa-84d77833503151acffbdda6217fa8ce59c6b4b8a.tar.gz lufa-84d77833503151acffbdda6217fa8ce59c6b4b8a.tar.bz2 lufa-84d77833503151acffbdda6217fa8ce59c6b4b8a.zip |
Remove ConfigDescriptor.c/.h files from the ClassDriver Host demos, as they will be obsoleted when the Host mode class drivers are complete. Add new StillImage stub class driver common header.
Diffstat (limited to 'Demos/Host/ClassDriver/StillImageHost/StillImageHost.h')
-rw-r--r-- | Demos/Host/ClassDriver/StillImageHost/StillImageHost.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Demos/Host/ClassDriver/StillImageHost/StillImageHost.h b/Demos/Host/ClassDriver/StillImageHost/StillImageHost.h index 1896b8fe5..1ad0278b5 100644 --- a/Demos/Host/ClassDriver/StillImageHost/StillImageHost.h +++ b/Demos/Host/ClassDriver/StillImageHost/StillImageHost.h @@ -48,9 +48,10 @@ #include "Lib/StillImageCommands.h"
#include <LUFA/Drivers/Misc/TerminalCodes.h>
- #include <LUFA/Drivers/USB/USB.h>
#include <LUFA/Drivers/Peripheral/SerialStream.h>
#include <LUFA/Drivers/Board/LEDs.h>
+ #include <LUFA/Drivers/USB/USB.h>
+ #include <LUFA/Drivers/USB/Class/StillImage.h>
/* Macros: */
/** LED mask for the library LED driver, to indicate that the USB interface is not ready. */
|