Skip to content

Commit c7dfa87

Browse files
committed
Add watchdog clock accuracy to ONSEMI targets.
1 parent 632098d commit c7dfa87

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

targets/TARGET_ONSEMI/TARGET_NCS36510/watchdog_api.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,9 @@ watchdog_features_t hal_watchdog_get_platform_features(void)
103103
const watchdog_features_t features = {
104104
.max_timeout = WDT_MAX_TIMEOUT_MS,
105105
.update_config = WDT_CAN_UPDATE,
106-
.disable_watchdog = WDT_CAN_STOP
106+
.disable_watchdog = WDT_CAN_STOP,
107+
.clock_typical_frequency = 36000,
108+
.clock_max_frequency = 47000
107109
};
108110

109111
return features;

0 commit comments

Comments
 (0)