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:
parent
f1410eb34b
commit
b3518e5c43
|
@ -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 */
|
||||
|
||||
/** @} */
|
||||
|
|
Loading…
Reference in New Issue