From 84d77833503151acffbdda6217fa8ce59c6b4b8a Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Mon, 15 Jun 2009 13:42:34 +0000 Subject: 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. --- Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.h') diff --git a/Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.h b/Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.h index 4aa09e1b7..883e0ca42 100644 --- a/Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.h +++ b/Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.h @@ -46,11 +46,10 @@ #include #include - #include #include #include - - #include "ConfigDescriptor.h" + #include + #include /* Macros: */ /** Pipe number for the keyboard data IN pipe */ -- cgit v1.2.3