usbus/hid: uncrustify files
This commit is contained in:
parent
834ac3f5a5
commit
2c2eb88c0e
@ -34,7 +34,7 @@ extern "C" {
|
||||
/**
|
||||
* @brief USBUS HID IO RX callback function
|
||||
*/
|
||||
typedef void (*usb_hid_io_cb_t)(void*);
|
||||
typedef void (*usb_hid_io_cb_t)(void *);
|
||||
|
||||
/**
|
||||
* @brief Set USBUS HID IO RX callback
|
||||
|
||||
@ -52,8 +52,9 @@ static usbus_t usbus;
|
||||
static char _stack[USBUS_STACKSIZE];
|
||||
static char test_arg[] = { "Test argument" };
|
||||
|
||||
static void rx_cb(void* arg) {
|
||||
printf("USB_HID rx_cb: %s \n", (char*)arg);
|
||||
static void rx_cb(void *arg)
|
||||
{
|
||||
printf("USB_HID rx_cb: %s \n", (char *)arg);
|
||||
}
|
||||
|
||||
static void init(void)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user