diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-06-18 10:55:04 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-06-18 10:55:04 +0000 |
commit | 8bc3a91c1f100dee179efbafdcc616ce87633fbb (patch) | |
tree | 12cf8610567aee757980478eb032e48c100d22a6 /Projects/Magstripe/Magstripe.h | |
parent | d475ea4394ba0e16f89300ebeb452cea7c2d9232 (diff) | |
download | lufa-8bc3a91c1f100dee179efbafdcc616ce87633fbb.tar.gz lufa-8bc3a91c1f100dee179efbafdcc616ce87633fbb.tar.bz2 lufa-8bc3a91c1f100dee179efbafdcc616ce87633fbb.zip |
Fix broken MagStripe project.
Diffstat (limited to 'Projects/Magstripe/Magstripe.h')
-rw-r--r-- | Projects/Magstripe/Magstripe.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Projects/Magstripe/Magstripe.h b/Projects/Magstripe/Magstripe.h index c96d038f5..21aa2f2c7 100644 --- a/Projects/Magstripe/Magstripe.h +++ b/Projects/Magstripe/Magstripe.h @@ -79,9 +79,9 @@ void EVENT_USB_ConfigurationChanged(void);
void EVENT_USB_UnhandledControlPacket(void);
- uint16_t CALLBACK_USB_HID_CreateNextHIDReport(USB_ClassInfo_HID_t* HIDInterfaceInfo, uint8_t* ReportID,
- void* ReportData);
- void CALLBACK_USB_HID_ProcessReceivedHIDReport(USB_ClassInfo_HID_t* HIDInterfaceInfo, uint8_t ReportID,
- void* ReportData, uint16_t ReportSize);
-
+ uint16_t CALLBACK_HID_Device_CreateHIDReport(USB_ClassInfo_HID_Device_t* HIDInterfaceInfo, uint8_t* ReportID,
+ void* ReportData);
+ void CALLBACK_HID_Device_ProcessHIDReport(USB_ClassInfo_HID_Device_t* HIDInterfaceInfo, uint8_t ReportID,
+ void* ReportData, uint16_t ReportSize);
+
#endif
|