From 31d8ebebc0796873f7c70db80a04acdcbb307ed8 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 26 Aug 2009 07:34:31 +0000 Subject: Oops: Really disable building of Projects/Host/ClassDriver directory in the Projects/Host/ makefile. Add more skeleton functions and definitions to the Mass Storage Host mode Class driver. Made Endpoint_Write_DWord_* functions echo the structure of the matching Endpoint routines for clarity. --- Demos/Host/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Demos/Host/makefile') diff --git a/Demos/Host/makefile b/Demos/Host/makefile index 937c8fac8..2da989302 100644 --- a/Demos/Host/makefile +++ b/Demos/Host/makefile @@ -14,5 +14,5 @@ # code. %: - make -C ClassDriver/ $@ + #make -C ClassDriver/ $@ -- TODO: Re-enable once Host Mode class drivers complete make -C LowLevel/ $@ -- cgit v1.2.3