summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hp_dio/human_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/hp_dio/human_interface.h')
-rw-r--r--src/devices/bus/hp_dio/human_interface.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/devices/bus/hp_dio/human_interface.h b/src/devices/bus/hp_dio/human_interface.h
index e50e3c01eff..985b47a763e 100644
--- a/src/devices/bus/hp_dio/human_interface.h
+++ b/src/devices/bus/hp_dio/human_interface.h
@@ -91,8 +91,9 @@ private:
uint8_t m_ppoll_sc;
uint8_t m_ppoll_mask;
};
-}
-}
+
+} } // namespace bus::hp_dio
+
// device type definition
DECLARE_DEVICE_TYPE_NS(HPDIO_HUMAN_INTERFACE, bus::hp_dio, human_interface_device)