aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/USBHv1
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2016-10-17 17:23:16 +0300
committerbarthess <barthess@yandex.ru>2016-10-17 17:23:16 +0300
commit709addd02d5c885870b9d222c068a02165e70a0a (patch)
tree99962ed8c5d1211df154d3dfaf2e24cb0e3a2b82 /os/hal/ports/STM32/LLD/USBHv1
parentf7325f649095d56051f783106f7c622518aae937 (diff)
downloadChibiOS-Contrib-709addd02d5c885870b9d222c068a02165e70a0a.tar.gz
ChibiOS-Contrib-709addd02d5c885870b9d222c068a02165e70a0a.tar.bz2
ChibiOS-Contrib-709addd02d5c885870b9d222c068a02165e70a0a.zip
Updated include guards
Diffstat (limited to 'os/hal/ports/STM32/LLD/USBHv1')
-rw-r--r--os/hal/ports/STM32/LLD/USBHv1/hal_stm32_otg.h6
-rw-r--r--os/hal/ports/STM32/LLD/USBHv1/hal_usbh_lld.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/os/hal/ports/STM32/LLD/USBHv1/hal_stm32_otg.h b/os/hal/ports/STM32/LLD/USBHv1/hal_stm32_otg.h
index ca2dc49..b88e620 100644
--- a/os/hal/ports/STM32/LLD/USBHv1/hal_stm32_otg.h
+++ b/os/hal/ports/STM32/LLD/USBHv1/hal_stm32_otg.h
@@ -15,7 +15,7 @@
*/
/**
- * @file stm32_otg.h
+ * @file hal_stm32_otg.h
* @brief STM32 OTG registers layout header.
*
* @addtogroup USB
@@ -23,8 +23,8 @@
*/
-#ifndef _STM32_OTG_H_
-#define _STM32_OTG_H_
+#ifndef HAL_STM32_OTG_H_
+#define HAL_STM32_OTG_H_
/**
* @brief Number of the implemented endpoints in OTG_FS.
diff --git a/os/hal/ports/STM32/LLD/USBHv1/hal_usbh_lld.h b/os/hal/ports/STM32/LLD/USBHv1/hal_usbh_lld.h
index e8df749..5c0ac40 100644
--- a/os/hal/ports/STM32/LLD/USBHv1/hal_usbh_lld.h
+++ b/os/hal/ports/STM32/LLD/USBHv1/hal_usbh_lld.h
@@ -15,8 +15,8 @@
limitations under the License.
*/
-#ifndef USBH_LLD_H_
-#define USBH_LLD_H_
+#ifndef HAL_USBH_LLD_H_
+#define HAL_USBH_LLD_H_
#include "hal.h"
@@ -150,4 +150,4 @@ uint8_t usbh_lld_roothub_get_statuschange_bitmap(USBHDriver *usbh);
#endif
-#endif /* USBH_LLD_H_ */
+#endif /* HAL_USBH_LLD_H_ */