From 7c5fb7adb5a505ab5f89754370567b2357aa322a Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Tue, 7 Jul 2020 10:20:23 -0400 Subject: Use SYS_INIT for BLE and USB init. --- app/src/hog.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'app/src/hog.c') diff --git a/app/src/hog.c b/app/src/hog.c index 087af42..589c28f 100644 --- a/app/src/hog.c +++ b/app/src/hog.c @@ -7,11 +7,6 @@ #include #include -int zmk_hog_init() -{ - return zmk_ble_init(); -} - enum { HIDS_REMOTE_WAKE = BIT(0), -- cgit v1.2.3