summaryrefslogtreecommitdiff
path: root/hid/lib/drivers/mouse.h
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2022-07-09 23:00:13 +0300
committerMaxim Devaev <[email protected]>2022-07-09 23:00:13 +0300
commitad6a387941012e5c54b1f6e977e4bc5425f9be5d (patch)
treeb45b8e95fcac482cf29b85da72eac21f215761e0 /hid/lib/drivers/mouse.h
parent38fae01cc01a0e984f52c004ade79256d8c90e17 (diff)
refactoring
Diffstat (limited to 'hid/lib/drivers/mouse.h')
-rw-r--r--hid/lib/drivers/mouse.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/hid/lib/drivers/mouse.h b/hid/lib/drivers/mouse.h
index 3ec29ee9..e9092bc5 100644
--- a/hid/lib/drivers/mouse.h
+++ b/hid/lib/drivers/mouse.h
@@ -19,13 +19,15 @@
# #
*****************************************************************************/
+
#pragma once
#include <stdint.h>
+
#include "driver.h"
-namespace DRIVERS {
+namespace DRIVERS {
class Mouse : public Driver {
using Driver::Driver;
};