Explicitly add void to the argument list of zero argument functions.
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
usb_status_t UsbSystemKeyboardSetConfiguration(class_handle_t handle, uint8_t configuration);
|
||||
usb_status_t UsbSystemKeyboardSetInterface(class_handle_t handle, uint8_t interface, uint8_t alternateSetting);
|
||||
|
||||
void ResetActiveUsbSystemKeyboardReport();
|
||||
void SwitchActiveUsbSystemKeyboardReport();
|
||||
void ResetActiveUsbSystemKeyboardReport(void);
|
||||
void SwitchActiveUsbSystemKeyboardReport(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user