SerialMouse.h: Fix broken code

error: 'typedef' was ignored in this declaration

Signed-off-by: Jaroslaw Pelczar <[email protected]>
Change-Id: Iad5b398d750ed76f352510b625867fab05e1411d
Reviewed-on: https://review.haiku-os.org/c/haiku/+/1770
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
Jaroslaw Pelczar
2019-08-30 14:10:18 +00:00
committed by waddlesplash
parent f31e9e37d9
commit c6e4214796
@@ -3,7 +3,7 @@
#include <keyboard_mouse_driver.h>
typedef enum mouse_id {
enum mouse_id {
kNoDevice = -2,
kUnknown = -1, // Something there, but can't recognize it yet.
kNotSet = 0,