Change the definition of the ADC hal file.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10183 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
tfateba 2017-04-25 23:07:21 +00:00
parent f1410eb34b
commit b3518e5c43
1 changed files with 3 additions and 3 deletions

View File

@ -22,8 +22,8 @@
* @{
*/
#ifndef _ADC_LLD_H_
#define _ADC_LLD_H_
#ifndef ADC_LLD_H
#define ADC_LLD_H
#if HAL_USE_ADC || defined(__DOXYGEN__)
@ -193,6 +193,6 @@ extern "C" {
#endif /* HAL_USE_ADC */
#endif /* _ADC_LLD_H_ */
#endif /* ADC_LLD_H */
/** @} */