Change the file name and macro on the hearder file.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10191 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
5063b55f4c
commit
5dd35df334
|
@ -15,15 +15,15 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file AVR/hal_lld.h
|
* @file hal_lld.h
|
||||||
* @brief AVR HAL subsystem low level driver header.
|
* @brief AVR HAL subsystem low level driver header.
|
||||||
*
|
*
|
||||||
* @addtogroup HAL
|
* @addtogroup HAL
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _HAL_LLD_H_
|
#ifndef HAL_LLD_H
|
||||||
#define _HAL_LLD_H_
|
#define HAL_LLD_H
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
/* Driver constants. */
|
/* Driver constants. */
|
||||||
|
@ -67,6 +67,6 @@ extern "C" {
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* _HAL_LLD_H_ */
|
#endif /* HAL_LLD_H */
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
Loading…
Reference in New Issue