Fix compiling error of lemokey keyboard

This commit is contained in:
lokher 2024-03-20 14:08:52 +08:00
parent a07246a196
commit 9adbd8bb23
4 changed files with 24 additions and 19 deletions

View file

@ -534,8 +534,6 @@ void send_string_task(void) {
#endif
}
}
wt_state_t wireless_get_state(void) {
return wireless_state;
};