From d0806c817cbf0c1b5c5362d1577eac6075c94dfc Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Fri, 22 May 2009 05:23:00 +0000 Subject: Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDescriptor, moved ConfigDescriptor.c/.h from the LUFA/Drivers/USB/Class/ directory to LUFA/Drivers/USB/HighLevel/ in preperation for the new USB class APIs. --- Projects/Magstripe/Magstripe.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'Projects/Magstripe/Magstripe.h') diff --git a/Projects/Magstripe/Magstripe.h b/Projects/Magstripe/Magstripe.h index 597bafd8e..a83496b91 100644 --- a/Projects/Magstripe/Magstripe.h +++ b/Projects/Magstripe/Magstripe.h @@ -107,7 +107,5 @@ void EVENT_USB_UnhandledControlPacket(void); bool GetNextReport(USB_KeyboardReport_Data_t* ReportData); - void SendKey(USB_KeyboardReport_Data_t* KeyboardReportData, uint8_t Key); - void Send(USB_KeyboardReport_Data_t* KeyboardReportData, bool SendReport); #endif -- cgit v1.2.3