File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
* Date Author Notes
8
8
* 2024/03/02 ShichengChu first version
9
9
*/
10
- #ifndef __DRV_ADC_H__
11
- #define __DRV_ADC_H__
10
+ #ifndef __DRV_WDT_H__
11
+ #define __DRV_WDT_H__
12
12
13
13
#include "pinctrl.h"
14
14
#include "mmio.h"
@@ -161,4 +161,4 @@ rt_inline void cvi_wdt_clr_irq_en(unsigned long reg_base)
161
161
162
162
int rt_hw_wdt_init (void );
163
163
164
- #endif /* __DRV_ADC_H__ */
164
+ #endif /* __DRV_WDT_H__ */
Original file line number Diff line number Diff line change @@ -54,10 +54,10 @@ static _timer_t timer0 = {.name = "timer0"};
54
54
static _timer_t timer1 = {.name = "timer1" };
55
55
#endif /* BSP_USING_TIMER1 */
56
56
#ifdef BSP_USING_TIMER2
57
- static _timer_t timer0 = {.name = "timer2" };
57
+ static _timer_t timer2 = {.name = "timer2" };
58
58
#endif /* BSP_USING_TIMER2 */
59
59
#ifdef BSP_USING_TIMER3
60
- static _timer_t timer1 = {.name = "timer3" };
60
+ static _timer_t timer3 = {.name = "timer3" };
61
61
#endif /* BSP_USING_TIMER3 */
62
62
63
63
static _timer_t * _timer_obj [] = {
You can’t perform that action at this time.
0 commit comments