Change the macro and comment on the hearder file.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10188 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
tfateba 2017-04-26 19:48:56 +00:00
parent 23882d6b70
commit 691bfc683e
1 changed files with 4 additions and 4 deletions

View File

@ -21,14 +21,14 @@
/**
* @file hal_gpt_lld.h
* @brief AVR GPT driver subsystem low level driver.
* @brief AVR GPT driver subsystem low level driver header.
*
* @addtogroup GPT
* @{
*/
#ifndef _GPT_LLD_H_
#define _GPT_LLD_H_
#ifndef GPT_LLD_H
#define GPT_LLD_H
#if HAL_USE_GPT || defined(__DOXYGEN__)
@ -216,6 +216,6 @@ extern "C" {
#endif /* HAL_USE_GPT */
#endif /* _GPT_LLD_H_ */
#endif /* GPT_LLD_H */
/** @} */