diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-06-25 13:28:34 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-06-25 13:28:34 +0000 |
commit | d29a408ffd906b537bcdce2a0cd98827ea5c27e3 (patch) | |
tree | 6c7f4f90b2abd7066aea885fb27b6becf9a3ec4a /Demos/DualRole/ClassDriver/MouseHostDevice/DeviceFunctions.c | |
parent | 016a4c068a01b0baf28bc45ec1eba16460689f9a (diff) | |
download | lufa-d29a408ffd906b537bcdce2a0cd98827ea5c27e3.tar.gz lufa-d29a408ffd906b537bcdce2a0cd98827ea5c27e3.tar.bz2 lufa-d29a408ffd906b537bcdce2a0cd98827ea5c27e3.zip |
Add default "all" makefile targets to the demo tree makefiles.
Diffstat (limited to 'Demos/DualRole/ClassDriver/MouseHostDevice/DeviceFunctions.c')
-rw-r--r-- | Demos/DualRole/ClassDriver/MouseHostDevice/DeviceFunctions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/DualRole/ClassDriver/MouseHostDevice/DeviceFunctions.c b/Demos/DualRole/ClassDriver/MouseHostDevice/DeviceFunctions.c index e566cf89b..628ea381a 100644 --- a/Demos/DualRole/ClassDriver/MouseHostDevice/DeviceFunctions.c +++ b/Demos/DualRole/ClassDriver/MouseHostDevice/DeviceFunctions.c @@ -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 -}
\ No newline at end of file +} |