1
0
Fork 0

Fix Caps Lock indicators on Wilba Tech PCBs (#18695)

This commit is contained in:
Wilba 2022-10-13 18:14:58 +11:00 committed by GitHub
parent d5b9081864
commit 4a74e3d02d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 32 deletions

View file

@ -56,7 +56,6 @@ void backlight_timer_enable(void);
void backlight_timer_disable(void);
void backlight_set_suspend_state(bool state);
void backlight_set_indicator_state(uint8_t state);
// This should not be called from an interrupt
// (eg. from a timer interrupt).