diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-04-02 07:59:24 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-04-02 07:59:24 +0000 |
commit | ba66be44c7a08186883393efd0c779ee82dc9106 (patch) | |
tree | 4c8ef8e33f42efd38fe975342b9b2bdc905b03b4 /os/hal/templates/hal_st_lld.h | |
parent | 248159d1c7a80fb2c85a21e4380e703e39cd5448 (diff) | |
download | ChibiOS-ba66be44c7a08186883393efd0c779ee82dc9106.tar.gz ChibiOS-ba66be44c7a08186883393efd0c779ee82dc9106.tar.bz2 ChibiOS-ba66be44c7a08186883393efd0c779ee82dc9106.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9206 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/templates/hal_st_lld.h')
-rw-r--r-- | os/hal/templates/hal_st_lld.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/os/hal/templates/hal_st_lld.h b/os/hal/templates/hal_st_lld.h index ceb36cc60..c59542778 100644 --- a/os/hal/templates/hal_st_lld.h +++ b/os/hal/templates/hal_st_lld.h @@ -15,7 +15,7 @@ */
/**
- * @file st_lld.h
+ * @file hal_st_lld.h
* @brief PLATFORM ST subsystem low level driver header.
* @details This header is designed to be include-able without having to
* include other files from the HAL.
@@ -24,8 +24,8 @@ * @{
*/
-#ifndef _ST_LLD_H_
-#define _ST_LLD_H_
+#ifndef HAL_ST_LLD_H
+#define HAL_ST_LLD_H
/*===========================================================================*/
/* Driver constants. */
@@ -136,6 +136,6 @@ static inline bool st_lld_is_alarm_active(void) { return false;
}
-#endif /* _ST_LLD_H_ */
+#endif /* HAL_ST_LLD_H */
/** @} */
|