forked from kofal.net/zmk
refactor: All SYS_INIT functions are void args.
This commit is contained in:
committed by
Pete Johanson
parent
f4fce9e158
commit
bf4008da02
@@ -65,7 +65,7 @@ void usb_status_cb(enum usb_dc_status_code status, const uint8_t *params) {
|
||||
k_work_submit(&usb_status_notifier_work);
|
||||
};
|
||||
|
||||
static int zmk_usb_init(const struct device *_arg) {
|
||||
static int zmk_usb_init(void) {
|
||||
int usb_enable_ret;
|
||||
|
||||
usb_enable_ret = usb_enable(usb_status_cb);
|
||||
|
||||
Reference in New Issue
Block a user