Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
toki
components
freertos-portable
Commits
707dae44
Commit
707dae44
authored
Sep 21, 2020
by
Petr Kocian
Browse files
removed timer stopping and starting during tick
parent
f9844a71
Changes
1
Hide whitespace changes
Inline
Side-by-side
GCC/ARM_CA53_64_BIT/src/freertos/portZynqUltrascale.c
View file @
707dae44
...
...
@@ -178,12 +178,8 @@ void FreeRTOS_DynamicTick()
usInterval
=
usInterval
-
ullRemainder
;
ullRemainder
=
0
;
/* Stop the timer */
XTtcPs_Stop
(
&
xPortTimerTickTtcInstance
);
/* Set the interval and start the timer. */
/* Set the interval */
XTtcPs_SetInterval
(
&
xPortTimerTickTtcInstance
,
usInterval
);
XTtcPs_Start
(
&
xPortTimerTickTtcInstance
);
}
/*-----------------------------------------------------------*/
#endif
/* (ENABLE_DynamicTick == 1) */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment