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:
Dean Camera 2009-08-26 07:34:31 +00:00
parent ee744abb7e
commit 31d8ebebc0
7 changed files with 111 additions and 18 deletions

View file

@ -41,6 +41,7 @@
#include <avr/wdt.h>
#include <avr/pgmspace.h>
#include <avr/power.h>
#include <ctype.h>
#include <stdio.h>
#include <LUFA/Version.h>