Skip to content
Commit 69c8d1cb authored by Jack Styles's avatar Jack Styles
Browse files

tf-m: Add cast to printf within test



Adding a cast to the values passed to a printf within
the tf-m test. printf will print a floating point as a
double however the values are initialised as a float.
The cast sets them to a double for them to be printed.
This also stops build warnings being generated.

Signed-off-by: Jack Styles's avatarJack Styles <jack.styles@arm.com>
parent 8da1d781
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