Don't use the extern keyword for functions because it's redundant.
This commit is contained in:
@@ -34,11 +34,11 @@
|
||||
|
||||
// Functions:
|
||||
|
||||
extern usb_status_t UsbSystemKeyboardCallback(class_handle_t handle, uint32_t event, void *param);
|
||||
extern usb_status_t UsbSystemKeyboardSetConfiguration(class_handle_t handle, uint8_t configuration);
|
||||
extern usb_status_t UsbSystemKeyboardSetInterface(class_handle_t handle, uint8_t interface, uint8_t alternateSetting);
|
||||
usb_status_t UsbSystemKeyboardCallback(class_handle_t handle, uint32_t event, void *param);
|
||||
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);
|
||||
|
||||
extern void ResetActiveUsbSystemKeyboardReport();
|
||||
extern void SwitchActiveUsbSystemKeyboardReport();
|
||||
void ResetActiveUsbSystemKeyboardReport();
|
||||
void SwitchActiveUsbSystemKeyboardReport();
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user