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