summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinnovaker <66737976+innovaker@users.noreply.github.com>2020-12-17 19:57:38 +0000
committerPete Johanson <peter@peterjohanson.com>2020-12-17 16:40:59 -0500
commite2aef89d99e0f03939780fb7cffb3e0a817037ee (patch)
treeb2e406879829ef4a879b034e87ba661a67485ff4
parente89aa1cde82e93bcdac7324751af2cbab4d1d44f (diff)
refactor(endpoints): rename usage_report parameter to usage_page
Aligns zmk_endpoints_send_report function declaration with its definition. PR: #522
-rw-r--r--app/include/zmk/endpoints.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/include/zmk/endpoints.h b/app/include/zmk/endpoints.h
index 05e9954..6428038 100644
--- a/app/include/zmk/endpoints.h
+++ b/app/include/zmk/endpoints.h
@@ -18,4 +18,4 @@ int zmk_endpoints_select(enum zmk_endpoint endpoint);
int zmk_endpoints_toggle();
enum zmk_endpoint zmk_endpoints_selected();
-int zmk_endpoints_send_report(uint8_t usage_report);
+int zmk_endpoints_send_report(uint8_t usage_page);