aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortfateba <tfateba@35acf78f-673a-0410-8e92-d51de3d6d3f4>2017-04-26 19:49:36 +0000
committertfateba <tfateba@35acf78f-673a-0410-8e92-d51de3d6d3f4>2017-04-26 19:49:36 +0000
commitfafade8e26de001d4dcb896aa91446a9d7eee74b (patch)
treefd932dbd930b98b73ea59a16136b954ac1afa0be
parentb4c2a57e5233184ba6d8e53895babaa106dbac67 (diff)
downloadChibiOS-fafade8e26de001d4dcb896aa91446a9d7eee74b.tar.gz
ChibiOS-fafade8e26de001d4dcb896aa91446a9d7eee74b.tar.bz2
ChibiOS-fafade8e26de001d4dcb896aa91446a9d7eee74b.zip
Correction of the macro name.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10193 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--os/hal/ports/AVR/hal_adc_lld.h6
-rw-r--r--os/hal/ports/AVR/hal_gpt_lld.h6
-rw-r--r--os/hal/ports/AVR/hal_i2c_lld.h6
-rw-r--r--os/hal/ports/AVR/hal_icu_lld.h6
-rw-r--r--os/hal/ports/AVR/hal_pal_lld.h4
5 files changed, 14 insertions, 14 deletions
diff --git a/os/hal/ports/AVR/hal_adc_lld.h b/os/hal/ports/AVR/hal_adc_lld.h
index f7206d885..1affdde98 100644
--- a/os/hal/ports/AVR/hal_adc_lld.h
+++ b/os/hal/ports/AVR/hal_adc_lld.h
@@ -22,8 +22,8 @@
* @{
*/
-#ifndef ADC_LLD_H
-#define ADC_LLD_H
+#ifndef HAL_ADC_LLD_H
+#define HAL_ADC_LLD_H
#if HAL_USE_ADC || defined(__DOXYGEN__)
@@ -193,6 +193,6 @@ extern "C" {
#endif /* HAL_USE_ADC */
-#endif /* ADC_LLD_H */
+#endif /* HAL_ADC_LLD_H */
/** @} */
diff --git a/os/hal/ports/AVR/hal_gpt_lld.h b/os/hal/ports/AVR/hal_gpt_lld.h
index 17ad61521..0cd26e662 100644
--- a/os/hal/ports/AVR/hal_gpt_lld.h
+++ b/os/hal/ports/AVR/hal_gpt_lld.h
@@ -27,8 +27,8 @@
* @{
*/
-#ifndef GPT_LLD_H
-#define GPT_LLD_H
+#ifndef HAL_GPT_LLD_H
+#define HAL_GPT_LLD_H
#if HAL_USE_GPT || defined(__DOXYGEN__)
@@ -216,6 +216,6 @@ extern "C" {
#endif /* HAL_USE_GPT */
-#endif /* GPT_LLD_H */
+#endif /* HAL_GPT_LLD_H */
/** @} */
diff --git a/os/hal/ports/AVR/hal_i2c_lld.h b/os/hal/ports/AVR/hal_i2c_lld.h
index 21ad13ec1..b939a790b 100644
--- a/os/hal/ports/AVR/hal_i2c_lld.h
+++ b/os/hal/ports/AVR/hal_i2c_lld.h
@@ -22,8 +22,8 @@
* @{
*/
-#ifndef I2C_LLD_H
-#define I2C_LLD_H
+#ifndef HAL_I2C_LLD_H
+#define HAL_I2C_LLD_H
#if HAL_USE_I2C || defined(__DOXYGEN__)
@@ -215,6 +215,6 @@ extern "C" {
#endif /* HAL_USE_I2C */
-#endif /* I2C_LLD_H */
+#endif /* HAL_I2C_LLD_H */
/** @} */
diff --git a/os/hal/ports/AVR/hal_icu_lld.h b/os/hal/ports/AVR/hal_icu_lld.h
index ae9588b4a..d9a67ae5a 100644
--- a/os/hal/ports/AVR/hal_icu_lld.h
+++ b/os/hal/ports/AVR/hal_icu_lld.h
@@ -22,8 +22,8 @@
* @{
*/
-#ifndef ICU_LLD_H
-#define ICU_LLD_H
+#ifndef HAL_ICU_LLD_H
+#define HAL_ICU_LLD_H
#if HAL_USE_ICU || defined(__DOXYGEN__)
@@ -190,6 +190,6 @@ extern "C" {
#endif /* HAL_USE_ICU */
-#endif /* ICU_LLD_H */
+#endif /* HAL_ICU_LLD_H */
/** @} */
diff --git a/os/hal/ports/AVR/hal_pal_lld.h b/os/hal/ports/AVR/hal_pal_lld.h
index b78f93f81..68694f9b0 100644
--- a/os/hal/ports/AVR/hal_pal_lld.h
+++ b/os/hal/ports/AVR/hal_pal_lld.h
@@ -22,8 +22,8 @@
* @{
*/
-#ifndef PAL_LLD_H
-#define PAL_LLD_H
+#ifndef HAL_PAL_LLD_H
+#define HAL_PAL_LLD_H
#include "avr_pins.h"