Refactor more host code (programmable button & digitizer) (#18565)

This commit is contained in:
Ryan
2022-10-05 09:19:12 +11:00
committed by GitHub
parent 3168a3c883
commit 09d3e27710
7 changed files with 30 additions and 50 deletions

View File

@@ -51,7 +51,6 @@ void host_programmable_button_send(uint32_t data);
uint16_t host_last_system_report(void);
uint16_t host_last_consumer_report(void);
uint32_t host_last_programmable_button_report(void);
#ifdef __cplusplus
}