diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-08-26 07:34:31 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-08-26 07:34:31 +0000 |
commit | 31d8ebebc0796873f7c70db80a04acdcbb307ed8 (patch) | |
tree | 175e917bd85a7e5a449dfd80e8e8dfff55f1b334 /Demos/Host/makefile | |
parent | ee744abb7efd5fef49782991d58895e10696809a (diff) | |
download | lufa-31d8ebebc0796873f7c70db80a04acdcbb307ed8.tar.gz lufa-31d8ebebc0796873f7c70db80a04acdcbb307ed8.tar.bz2 lufa-31d8ebebc0796873f7c70db80a04acdcbb307ed8.zip |
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.
Diffstat (limited to 'Demos/Host/makefile')
-rw-r--r-- | Demos/Host/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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/ $@ |