mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Fix incorrect function call name in USB_Host_SendControlRequest() for AVR8 devices.
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
/** Type define for a protocol IP address of a device on a network. */
|
||||
typedef struct
|
||||
{
|
||||
uint8_t Octets[4]; /**< Individual bytes of an IP address */
|
||||
uint8_t Octets[4]; /**< Individual bytes of an IP address */
|
||||
} IP_Address_t;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user