aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/AVR/hal_usb_lld.h
diff options
context:
space:
mode:
authortfateba <tfateba@35acf78f-673a-0410-8e92-d51de3d6d3f4>2017-04-26 19:49:45 +0000
committertfateba <tfateba@35acf78f-673a-0410-8e92-d51de3d6d3f4>2017-04-26 19:49:45 +0000
commitce0994679a41f1159db700adfa6c370708a2ee31 (patch)
tree1dcbef1c690ab9833d374cbb8116e959db247f08 /os/hal/ports/AVR/hal_usb_lld.h
parentfafade8e26de001d4dcb896aa91446a9d7eee74b (diff)
downloadChibiOS-ce0994679a41f1159db700adfa6c370708a2ee31.tar.gz
ChibiOS-ce0994679a41f1159db700adfa6c370708a2ee31.tar.bz2
ChibiOS-ce0994679a41f1159db700adfa6c370708a2ee31.zip
Change the macro name and the file tag name.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10194 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/AVR/hal_usb_lld.h')
-rw-r--r--os/hal/ports/AVR/hal_usb_lld.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/os/hal/ports/AVR/hal_usb_lld.h b/os/hal/ports/AVR/hal_usb_lld.h
index c52e23abb..04d758828 100644
--- a/os/hal/ports/AVR/hal_usb_lld.h
+++ b/os/hal/ports/AVR/hal_usb_lld.h
@@ -15,15 +15,15 @@
*/
/**
- * @file usb_lld.h
+ * @file hal_usb_lld.h
* @brief AVR USB subsystem low level driver header.
*
* @addtogroup USB
* @{
*/
-#ifndef _USB_LLD_H_
-#define _USB_LLD_H_
+#ifndef HAL_USB_LLD_H
+#define HAL_USB_LLD_H
#if (HAL_USE_USB == TRUE) || defined(__DOXYGEN__)
@@ -397,6 +397,6 @@ extern "C" {
#endif /* HAL_USE_USB == TRUE */
-#endif /* _USB_LLD_H_ */
+#endif /* HAL_USB_LLD_H */
/** @} */