diff options
author | Maxim Devaev <[email protected]> | 2022-07-11 02:12:38 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-07-11 02:12:38 +0300 |
commit | 89aff795fd7905aaf192428bb99814c13b98d5c2 (patch) | |
tree | 8f80c599f0c6f7d754f702f106c2e30d2fa60395 /hid/lib/drivers/keyboard.h | |
parent | 1afd96cdb932ccb1df0f0ed7e6662080f2618a26 (diff) |
refactoring
Diffstat (limited to 'hid/lib/drivers/keyboard.h')
-rw-r--r-- | hid/lib/drivers/keyboard.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hid/lib/drivers/keyboard.h b/hid/lib/drivers/keyboard.h index 2e902818..49fd15de 100644 --- a/hid/lib/drivers/keyboard.h +++ b/hid/lib/drivers/keyboard.h @@ -64,6 +64,5 @@ namespace DRIVERS { KeyboardLedsState result = {0}; return result; } - }; } |