Skip to content
Commit 54933d35 authored by Lingkai Dong's avatar Lingkai Dong Committed by Rob Walton
Browse files

examples: Add missing calls to `va_end()`



The variadic function `serial_printf()` retrieves arguments by calling
`va_start()`. After processing arguments, `va_end()` should be called
before the variadic function returns.

Signed-off-by: Lingkai Dong's avatarLingkai Dong <lingkai.dong@arm.com>
parent 22c67125
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