X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/35dac470f243d234d72f34cbaeb1d6c8a15bc435..d1608d4af321529f0ddef9defcd97669ae9018c3:/Projects/MissileLauncher/MissileLauncher.h diff --git a/Projects/MissileLauncher/MissileLauncher.h b/Projects/MissileLauncher/MissileLauncher.h index e92fe743c..400ee26bb 100644 --- a/Projects/MissileLauncher/MissileLauncher.h +++ b/Projects/MissileLauncher/MissileLauncher.h @@ -82,8 +82,8 @@ void SetupHardware(void); void Read_Joystick_Status(void); - void Send_Command_Report(uint8_t* Report, uint16_t ReportSize); - void Send_Command(uint8_t* Command); + void Send_Command_Report(uint8_t* const Report, const uint16_t ReportSize); + void Send_Command(uint8_t* const Command); void HID_Host_Task(void); @@ -94,6 +94,6 @@ void EVENT_USB_Host_DeviceEnumerationComplete(void); void DiscardNextReport(void); - void WriteNextReport(uint8_t* ReportOUTData, uint16_t ReportLength); + void WriteNextReport(uint8_t* const ReportOUTData, const uint16_t ReportLength); #endif