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 c7dfa87 commit 82e5952Copy full SHA for 82e5952
targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/watchdog_api.c
@@ -123,6 +123,8 @@ watchdog_features_t hal_watchdog_get_platform_features(void)
123
features.max_timeout = MAX_TIMEOUT_MS;
124
features.update_config = true;
125
features.disable_watchdog = true;
126
+ features.clock_typical_frequency = 1000;
127
+ features.clock_max_frequency = 1111;
128
129
return features;
130
}
0 commit comments