Add static keyword to all project globals whose scope should be restricted to the same module as they are declared in.
Tighten up the HID class bootloader code slightly, document that it currently exceeds 2KB of bootloader space for all models other than the Series 2 USB AVRs.
This commit is contained in:
parent
57b382558d
commit
782614dbb5
62 changed files with 192 additions and 211 deletions
|
|
@ -73,9 +73,9 @@
|
|||
void SetupHardware(void);
|
||||
|
||||
void Read_Joystick_Status(void);
|
||||
void Send_Command_Report(uint8_t* const Report,
|
||||
void Send_Command_Report(const uint8_t* const Report,
|
||||
const uint16_t ReportSize);
|
||||
void Send_Command(uint8_t* const Command);
|
||||
void Send_Command(const uint8_t* const Command);
|
||||
|
||||
void HID_Host_Task(void);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue