Skip to content

Commit 889d5dc

Browse files
committed
NUCLEO_H743ZI : enable TICKLESS
1 parent 307bdd7 commit 889d5dc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

targets/targets.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2984,7 +2984,10 @@
29842984
"macro_name": "HSE_VALUE"
29852985
}
29862986
},
2987-
"overrides": { "lpticker_delay_ticks": 3 },
2987+
"macros_add": [
2988+
"MBED_TICKLESS"
2989+
],
2990+
"overrides": { "lpticker_delay_ticks": 4 },
29882991
"supported_form_factors": ["ARDUINO"],
29892992
"detect_code": ["0813"],
29902993
"device_has_add": [

0 commit comments

Comments
 (0)