refactor: All SYS_INIT functions are void args.
This commit is contained in:
parent
f4fce9e158
commit
bf4008da02
21 changed files with 20 additions and 29 deletions
|
|
@ -629,7 +629,7 @@ static void zmk_ble_ready(int err) {
|
|||
update_advertising();
|
||||
}
|
||||
|
||||
static int zmk_ble_init(const struct device *_arg) {
|
||||
static int zmk_ble_init(void) {
|
||||
int err = bt_enable(NULL);
|
||||
|
||||
if (err) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue