From a59c2c7fa1a2c7a45bfd216a9ad0cc7d9434318e Mon Sep 17 00:00:00 2001 From: David Lin Date: Thu, 4 Mar 2021 17:08:10 +0800 Subject: [PATCH] Mini optimized the hal_timer.h __HAL_TIMRE_H_ -> __HAL_TIMER_H_ --- .../vendor_bsp/LN/ln882x/include/driver_ln882x/hal/hal_timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/vendor_bsp/LN/ln882x/include/driver_ln882x/hal/hal_timer.h b/platform/vendor_bsp/LN/ln882x/include/driver_ln882x/hal/hal_timer.h index 738d158c..cf54bca9 100644 --- a/platform/vendor_bsp/LN/ln882x/include/driver_ln882x/hal/hal_timer.h +++ b/platform/vendor_bsp/LN/ln882x/include/driver_ln882x/hal/hal_timer.h @@ -200,4 +200,4 @@ uint32_t HAL_TIMER_LoadCount2_Get(TIMER_Index index); } #endif /* __cplusplus */ -#endif /* __HAL_TIMRE_H_ */ +#endif /* __HAL_TIMER_H_ */