aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/KINETIS/LLD/hal_usb_lld.h
diff options
context:
space:
mode:
authorflabbergast <s3+flabbergast@sdfeu.org>2016-04-04 09:26:36 +0100
committerflabbergast <s3+flabbergast@sdfeu.org>2016-04-04 09:26:36 +0100
commit496e7f5e89bcff02eb47c19f3293e73c945a211f (patch)
treef6fde5652e7dbca3a12931d2a0bd3c44ca6a2dc1 /os/hal/ports/KINETIS/LLD/hal_usb_lld.h
parent51703da9dfc26179be2ae096a21e84d3ed725aa6 (diff)
downloadChibiOS-Contrib-496e7f5e89bcff02eb47c19f3293e73c945a211f.tar.gz
ChibiOS-Contrib-496e7f5e89bcff02eb47c19f3293e73c945a211f.tar.bz2
ChibiOS-Contrib-496e7f5e89bcff02eb47c19f3293e73c945a211f.zip
[KINETIS] Rename header guards in HAL.
Diffstat (limited to 'os/hal/ports/KINETIS/LLD/hal_usb_lld.h')
-rw-r--r--os/hal/ports/KINETIS/LLD/hal_usb_lld.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/ports/KINETIS/LLD/hal_usb_lld.h b/os/hal/ports/KINETIS/LLD/hal_usb_lld.h
index 978e8a6..593ef16 100644
--- a/os/hal/ports/KINETIS/LLD/hal_usb_lld.h
+++ b/os/hal/ports/KINETIS/LLD/hal_usb_lld.h
@@ -23,8 +23,8 @@
* @{
*/
-#ifndef _USB_LLD_H_
-#define _USB_LLD_H_
+#ifndef HAL_USB_LLD_H_
+#define HAL_USB_LLD_H_
#if HAL_USE_USB || defined(__DOXYGEN__)
@@ -423,6 +423,6 @@ extern "C" {
#endif /* HAL_USE_USB */
-#endif /* _USB_LLD_H_ */
+#endif /* HAL_USB_LLD_H_ */
/** @} */