mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-01-09 23:22:30 +00:00
Revert "[RAW HID] Make send func a bool"
This reverts commit e5fb4085c8.
This commit is contained in:
@@ -26,6 +26,6 @@ void raw_hid_receive(uint8_t *data, uint8_t length);
|
||||
* \param data A pointer to the data to send. Must always be 32 bytes in length.
|
||||
* \param length The length of the buffer. Must always be 32.
|
||||
*/
|
||||
bool raw_hid_send(uint8_t *data, uint8_t length);
|
||||
void raw_hid_send(uint8_t *data, uint8_t length);
|
||||
|
||||
/** \} */
|
||||
|
||||
Reference in New Issue
Block a user