forked from mirror/qmk_firmware
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.
This commit is contained in:
@@ -14,5 +14,5 @@
|
||||
# code.
|
||||
|
||||
%:
|
||||
make -C ClassDriver/ $@
|
||||
#make -C ClassDriver/ $@ -- TODO: Re-enable once Host Mode class drivers complete
|
||||
make -C LowLevel/ $@
|
||||
|
||||
Reference in New Issue
Block a user