git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9215 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
Giovanni Di Sirio 2016-04-02 09:11:34 +00:00
parent 20eb1fa15d
commit 98e88598b1
12 changed files with 36 additions and 36 deletions

View File

@ -38,8 +38,8 @@
* @{
*/
#ifndef HAL_HAL_LLD_H
#define HAL_HAL_LLD_H
#ifndef HAL_LLD_H
#define HAL_LLD_H
/*
* Registry definitions.
@ -953,6 +953,6 @@ extern "C" {
}
#endif
#endif /* HAL_HAL_LLD_H */
#endif /* HAL_LLD_H */
/** @} */

View File

@ -39,8 +39,8 @@
* @{
*/
#ifndef HAL_HAL_LLD_H
#define HAL_HAL_LLD_H
#ifndef HAL_LLD_H
#define HAL_LLD_H
#include "stm32_registry.h"
@ -217,6 +217,6 @@ extern "C" {
}
#endif
#endif /* HAL_HAL_LLD_H */
#endif /* HAL_LLD_H */
/** @} */

View File

@ -34,8 +34,8 @@
* @{
*/
#ifndef HAL_HAL_LLD_H
#define HAL_HAL_LLD_H
#ifndef HAL_LLD_H
#define HAL_LLD_H
/*===========================================================================*/
/* Driver constants. */
@ -997,6 +997,6 @@ extern "C" {
}
#endif
#endif /* HAL_HAL_LLD_H */
#endif /* HAL_LLD_H */
/** @} */

View File

@ -44,8 +44,8 @@
* @{
*/
#ifndef HAL_HAL_LLD_H
#define HAL_HAL_LLD_H
#ifndef HAL_LLD_H
#define HAL_LLD_H
#include "stm32_registry.h"
@ -1157,6 +1157,6 @@ extern "C" {
}
#endif
#endif /* HAL_HAL_LLD_H */
#endif /* HAL_LLD_H */
/** @} */

View File

@ -40,8 +40,8 @@
* @{
*/
#ifndef HAL_HAL_LLD_H
#define HAL_HAL_LLD_H
#ifndef HAL_LLD_H
#define HAL_LLD_H
#include "stm32_registry.h"
@ -1571,6 +1571,6 @@ extern "C" {
}
#endif
#endif /* HAL_HAL_LLD_H */
#endif /* HAL_LLD_H */
/** @} */

View File

@ -33,8 +33,8 @@
* @{
*/
#ifndef HAL_HAL_LLD_H
#define HAL_HAL_LLD_H
#ifndef HAL_LLD_H
#define HAL_LLD_H
#include "stm32_registry.h"
@ -1902,6 +1902,6 @@ extern "C" {
}
#endif
#endif /* HAL_HAL_LLD_H */
#endif /* HAL_LLD_H */
/** @} */

View File

@ -34,8 +34,8 @@
* @{
*/
#ifndef HAL_HAL_LLD_H
#define HAL_HAL_LLD_H
#ifndef HAL_LLD_H
#define HAL_LLD_H
/*
* Registry definitions.
@ -1141,6 +1141,6 @@ extern "C" {
}
#endif
#endif /* HAL_HAL_LLD_H */
#endif /* HAL_LLD_H */
/** @} */

View File

@ -37,8 +37,8 @@
* @{
*/
#ifndef HAL_HAL_LLD_H
#define HAL_HAL_LLD_H
#ifndef HAL_LLD_H
#define HAL_LLD_H
#include "stm32_registry.h"
@ -854,6 +854,6 @@ extern "C" {
}
#endif
#endif /* HAL_HAL_LLD_H */
#endif /* HAL_LLD_H */
/** @} */

View File

@ -34,8 +34,8 @@
* @{
*/
#ifndef HAL_HAL_LLD_H
#define HAL_HAL_LLD_H
#ifndef HAL_LLD_H
#define HAL_LLD_H
#include "stm32_registry.h"
@ -2049,6 +2049,6 @@ extern "C" {
}
#endif
#endif /* HAL_HAL_LLD_H */
#endif /* HAL_LLD_H */
/** @} */

View File

@ -20,8 +20,8 @@
* @{
*/
#ifndef _CONSOLE_H_
#define _CONSOLE_H_
#ifndef CONSOLE_H
#define CONSOLE_H
/*===========================================================================*/
/* Driver constants. */
@ -57,6 +57,6 @@ extern "C" {
}
#endif
#endif /* _CONSOLE_H_ */
#endif /* CONSOLE_H */
/** @} */

View File

@ -22,8 +22,8 @@
* @{
*/
#ifndef _PAL_LLD_H_
#define _PAL_LLD_H_
#ifndef PAL_LLD_H
#define PAL_LLD_H
#if HAL_USE_PAL || defined(__DOXYGEN__)
@ -201,6 +201,6 @@ extern "C" {
#endif /* HAL_USE_PAL */
#endif /* _PAL_LLD_H_ */
#endif /* PAL_LLD_H */
/** @} */

View File

@ -24,8 +24,8 @@
* @{
*/
#ifndef _ST_LLD_H_
#define _ST_LLD_H_
#ifndef ST_LLD_H
#define 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 /* ST_LLD_H */
/** @} */