mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-05-02 21:34:33 +00:00
Fix build errors in Joystick device demo and library LEDs driver (on *nix systems).
This commit is contained in:
@@ -154,6 +154,7 @@ EVENT_HANDLER(USB_UnhandledControlPacket)
|
||||
bool GetNextReport(USB_JoystickReport_Data_t* ReportData)
|
||||
{
|
||||
static uint8_t PrevJoyStatus = 0;
|
||||
static uint8_t PrevButtonStatus = 0;
|
||||
uint8_t JoyStatus_LCL = Joystick_GetStatus();
|
||||
uint8_t ButtonStatus_LCL = Buttons_GetStatus();
|
||||
bool InputChanged = false;
|
||||
|
||||
Reference in New Issue
Block a user