Add default "all" makefile targets to the demo tree makefiles.

This commit is contained in:
Dean Camera 2010-06-25 13:28:34 +00:00
parent 016a4c068a
commit d29a408ffd
6 changed files with 10 additions and 2 deletions

View file

@ -144,4 +144,4 @@ void CALLBACK_HID_Device_ProcessHIDReport(USB_ClassInfo_HID_Device_t* const HIDI
const uint8_t ReportType, const void* ReportData, const uint16_t ReportSize)
{
// Unused (but mandatory for the HID class driver) in this demo, since there are no Host->Device reports
}
}