Skip to content

Commit 2896c12

Browse files
authored
Merge pull request #9357 from jeromecoutant/PR_H7TICKLESS
NUCLEO_H743ZI : enable TICKLESS
2 parents 82abf97 + 889d5dc commit 2896c12

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
@@ -2992,7 +2992,10 @@
29922992
"macro_name": "HSE_VALUE"
29932993
}
29942994
},
2995-
"overrides": { "lpticker_delay_ticks": 3 },
2995+
"macros_add": [
2996+
"MBED_TICKLESS"
2997+
],
2998+
"overrides": { "lpticker_delay_ticks": 4 },
29962999
"supported_form_factors": ["ARDUINO"],
29973000
"detect_code": ["0813"],
29983001
"device_has_add": [

0 commit comments

Comments
 (0)