Skip to content

Commit 82e5952

Browse files
committed
Add watchdog clock accuracy to Freescale targets.
1 parent c7dfa87 commit 82e5952

File tree

1 file changed

+2
-0
lines changed
  • targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F

1 file changed

+2
-0
lines changed

targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/watchdog_api.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ watchdog_features_t hal_watchdog_get_platform_features(void)
123123
features.max_timeout = MAX_TIMEOUT_MS;
124124
features.update_config = true;
125125
features.disable_watchdog = true;
126+
features.clock_typical_frequency = 1000;
127+
features.clock_max_frequency = 1111;
126128

127129
return features;
128130
}

0 commit comments

Comments
 (0)