Skip to content
Verified Commit 5cca0cbf authored by Vincent Coubard's avatar Vincent Coubard
Browse files

azure: Terminate NTP task explicitely



When a thread returns from its starting function; it does not
consistently terminate the threads accross CMSIS RTOS implementations.
On RTX, the thread exits properly while it crashes the system on
FreeRTOS.

This change fixes this behavior in the NTP task of the azure client. The
ntp thread is now explicitely terminated when stopped.

Signed-off-by: Vincent Coubard's avatarVincent Coubard <vincent.coubard@arm.com>
parent 0678b601
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment