aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/TIVA/TM4C129x/hal_lld.h
diff options
context:
space:
mode:
authorFabio Utzig <utzig@utzig.org>2016-04-10 21:09:36 -0300
committerFabio Utzig <utzig@utzig.org>2016-04-10 21:09:36 -0300
commit5323be76402e0359570e81cdabd3cf929b8d41b2 (patch)
tree1c17a57e5f4ec142f0a3cc609ce5f60999d623d1 /os/hal/ports/TIVA/TM4C129x/hal_lld.h
parent99c3815a527585127b850f555078de4792ca7caf (diff)
parentb86af2c09feea9b50cb241c147a3881e55763a55 (diff)
downloadChibiOS-Contrib-5323be76402e0359570e81cdabd3cf929b8d41b2.tar.gz
ChibiOS-Contrib-5323be76402e0359570e81cdabd3cf929b8d41b2.tar.bz2
ChibiOS-Contrib-5323be76402e0359570e81cdabd3cf929b8d41b2.zip
Merge branch 'master' into fix-nrf51-port
Diffstat (limited to 'os/hal/ports/TIVA/TM4C129x/hal_lld.h')
-rw-r--r--os/hal/ports/TIVA/TM4C129x/hal_lld.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/ports/TIVA/TM4C129x/hal_lld.h b/os/hal/ports/TIVA/TM4C129x/hal_lld.h
index dc6644f..9a8f690 100644
--- a/os/hal/ports/TIVA/TM4C129x/hal_lld.h
+++ b/os/hal/ports/TIVA/TM4C129x/hal_lld.h
@@ -25,8 +25,8 @@
* @{
*/
-#ifndef _HAL_LLD_H_
-#define _HAL_LLD_H_
+#ifndef HAL_LLD_H
+#define HAL_LLD_H
#include "tiva_registry.h"
@@ -369,7 +369,7 @@ extern "C" {
}
#endif
-#endif /* _HAL_LLD_H_ */
+#endif /* HAL_LLD_H */
/**
* @}