From 2c0f82a4f07fe35bc043f68b9f58b954a16ea689 Mon Sep 17 00:00:00 2001 From: Amir Hammad Date: Fri, 8 Jul 2016 23:21:37 +0200 Subject: documentation: add some basic documentation accross the headers Signed-off-by: Amir Hammad --- include/usbh_driver_hub.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/usbh_driver_hub.h') diff --git a/include/usbh_driver_hub.h b/include/usbh_driver_hub.h index cda1463..8555f79 100644 --- a/include/usbh_driver_hub.h +++ b/include/usbh_driver_hub.h @@ -27,6 +27,9 @@ BEGIN_DECLS +/** + * @brief hub_driver_init initialization routine - this will initialize internal structures of this device driver + */ void hub_driver_init(void); extern const usbh_dev_driver_t usbh_hub_driver; -- cgit