aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/LPC/LPC214x/hal_lld.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-04-02 09:09:22 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-04-02 09:09:22 +0000
commit20eb1fa15dcee331d9e45ab54aee8d09a5f5e925 (patch)
tree94a019e18b3bda851a93dc85367528973d9107ef /os/hal/ports/LPC/LPC214x/hal_lld.h
parentab6c3ecaa01676ebad88637ad76b91899cb8a576 (diff)
downloadChibiOS-20eb1fa15dcee331d9e45ab54aee8d09a5f5e925.tar.gz
ChibiOS-20eb1fa15dcee331d9e45ab54aee8d09a5f5e925.tar.bz2
ChibiOS-20eb1fa15dcee331d9e45ab54aee8d09a5f5e925.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9214 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/LPC/LPC214x/hal_lld.h')
-rw-r--r--os/hal/ports/LPC/LPC214x/hal_lld.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/ports/LPC/LPC214x/hal_lld.h b/os/hal/ports/LPC/LPC214x/hal_lld.h
index eee898355..bc4b62e1f 100644
--- a/os/hal/ports/LPC/LPC214x/hal_lld.h
+++ b/os/hal/ports/LPC/LPC214x/hal_lld.h
@@ -22,8 +22,8 @@
* @{
*/
-#ifndef _HAL_LLD_H_
-#define _HAL_LLD_H_
+#ifndef HAL_LLD_H
+#define HAL_LLD_H
#include "lpc214x.h"
#include "vic.h"
@@ -78,6 +78,6 @@ extern "C" {
}
#endif
-#endif /* _HAL_LLD_H_ */
+#endif /* HAL_LLD_H */
/** @} */