Correction of the macro name.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10193 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
tfateba 2017-04-26 19:49:36 +00:00
parent b4c2a57e52
commit fafade8e26
5 changed files with 14 additions and 14 deletions

View File

@ -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 */
/** @} */

View File

@ -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 */
/** @} */

View File

@ -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 */
/** @} */

View File

@ -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 */
/** @} */

View File

@ -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"