Added const where possible to the source functions in the Projects directory.
[pub/USBasp.git] / Projects / MissileLauncher / MissileLauncher.h
index e92fe74..400ee26 100644 (file)
@@ -82,8 +82,8 @@
                void SetupHardware(void);\r
 \r
                void Read_Joystick_Status(void);\r
-        void Send_Command_Report(uint8_t* Report, uint16_t ReportSize);\r
-        void Send_Command(uint8_t* Command);\r
+        void Send_Command_Report(uint8_t* const Report, const uint16_t ReportSize);\r
+        void Send_Command(uint8_t* const Command);\r
 \r
                void HID_Host_Task(void);\r
 \r
@@ -94,6 +94,6 @@
                void EVENT_USB_Host_DeviceEnumerationComplete(void);\r
 \r
                void DiscardNextReport(void);\r
-               void WriteNextReport(uint8_t* ReportOUTData, uint16_t ReportLength);\r
+               void WriteNextReport(uint8_t* const ReportOUTData, const uint16_t ReportLength);\r
                \r
 #endif\r