Skip to content

Commit 632098d

Browse files
committed
Add watchdog clock accuracy to NXP targets.
1 parent cb53116 commit 632098d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

targets/TARGET_NXP/TARGET_LPC176X/watchdog_api.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ watchdog_features_t hal_watchdog_get_platform_features(void)
6363
features.max_timeout = ((float)INT32_MAX/clk)*1000;
6464
features.update_config = true;
6565
features.disable_watchdog = false;
66+
features.clock_typical_frequency = 4000000;
67+
features.clock_max_frequency = 4040000;
6668

6769
return features;
6870
}

0 commit comments

Comments
 (0)