SerialMouse.h: Fix broken code

error: 'typedef' was ignored in this declaration

Signed-off-by: Jaroslaw Pelczar <jarek@jpelczar.com>
Change-Id: Iad5b398d750ed76f352510b625867fab05e1411d
Reviewed-on: https://review.haiku-os.org/c/haiku/+/1770
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
This commit is contained in:
Jaroslaw Pelczar 2019-08-28 17:07:04 +02:00 committed by waddlesplash
parent f31e9e37d9
commit c6e4214796

View File

@ -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,