diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-07-07 10:20:23 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-07-07 10:20:23 -0400 |
commit | 7c5fb7adb5a505ab5f89754370567b2357aa322a (patch) | |
tree | cce9b7330539e5cec20648ca43c38301ef05e27a /app/include | |
parent | 48f3f86a835d7ec9c636948f42adbf2ef8d6a762 (diff) |
Use SYS_INIT for BLE and USB init.
Diffstat (limited to 'app/include')
-rw-r--r-- | app/include/zmk/endpoints.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/include/zmk/endpoints.h b/app/include/zmk/endpoints.h index 624bb4e..4c0f442 100644 --- a/app/include/zmk/endpoints.h +++ b/app/include/zmk/endpoints.h @@ -3,5 +3,4 @@ #include <zmk/keys.h> #include <zmk/hid.h> -int zmk_endpoints_init(); int zmk_endpoints_send_report(u8_t usage_report); |