summaryrefslogtreecommitdiff
path: root/include/usbh_driver_hid_mouse.h
diff options
context:
space:
mode:
authorAmir Hammad <amir.hammad@hotmail.com>2016-07-09 00:17:59 +0200
committerAmir Hammad <amir.hammad@hotmail.com>2016-07-09 00:22:22 +0200
commitac7eae886695b2dd123cc2f569d82c8626dff0ae (patch)
tree8a4797c96fb6796074990e893a37c6ae88cb7d3b /include/usbh_driver_hid_mouse.h
parent90d7268876ba52fa786f53683b04f08a6ef459ab (diff)
downloadsecure-hid-ac7eae886695b2dd123cc2f569d82c8626dff0ae.tar.gz
secure-hid-ac7eae886695b2dd123cc2f569d82c8626dff0ae.tar.bz2
secure-hid-ac7eae886695b2dd123cc2f569d82c8626dff0ae.zip
Adjust documentation to fit doxygen
Signed-off-by: Amir Hammad <amir.hammad@hotmail.com>
Diffstat (limited to 'include/usbh_driver_hid_mouse.h')
-rw-r--r--include/usbh_driver_hid_mouse.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/usbh_driver_hid_mouse.h b/include/usbh_driver_hid_mouse.h
index b60046a..4a9f0d3 100644
--- a/include/usbh_driver_hid_mouse.h
+++ b/include/usbh_driver_hid_mouse.h
@@ -42,6 +42,7 @@ typedef struct _hid_mouse_config hid_mouse_config_t;
/**
* @brief hid_mouse_driver_init initialization routine - this will initialize internal structures of this device driver
* @param config
+ * @see hid_mouse_config_t
*/
void hid_mouse_driver_init(const hid_mouse_config_t *config);