helpfor studient
Dependents: STM32_F103-C8T6basecanblink_led
Fork of mbed-dev by
Diff: targets/TARGET_NUVOTON/TARGET_NUC472/lp_ticker.c
- Revision:
- 172:7d866c31b3c5
- Parent:
- 160:d5399cc887bb
- Child:
- 174:b96e65c34a4d
--- a/targets/TARGET_NUVOTON/TARGET_NUC472/lp_ticker.c Wed Aug 16 18:27:13 2017 +0100 +++ b/targets/TARGET_NUVOTON/TARGET_NUC472/lp_ticker.c Thu Aug 31 17:27:04 2017 +0100 @@ -137,7 +137,7 @@ while (minor_clks == 0 || minor_clks == TMR2_CLK_PER_TMR2_INT); // Add power-down compensation - return ((uint64_t) major_minor_clks * US_PER_SEC / TMR3_CLK_PER_SEC / US_PER_TICK); + return ((uint64_t) major_minor_clks * US_PER_SEC / TMR2_CLK_PER_SEC / US_PER_TICK); } while (0); }