We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb53116 commit 632098dCopy full SHA for 632098d
targets/TARGET_NXP/TARGET_LPC176X/watchdog_api.c
@@ -63,6 +63,8 @@ watchdog_features_t hal_watchdog_get_platform_features(void)
63
features.max_timeout = ((float)INT32_MAX/clk)*1000;
64
features.update_config = true;
65
features.disable_watchdog = false;
66
+ features.clock_typical_frequency = 4000000;
67
+ features.clock_max_frequency = 4040000;
68
69
return features;
70
}
0 commit comments