Synopsis
void ctl_print_status(CTL_STATUS_t status);
Description

ctl_print_status prints the status status to the console. If status is positive indicating a ‘no error’ status with additional information, this prints ‘success’ where x is the value of status in decimal. If status is zero, ctl_print_status prints the decoded error.

Thread Safety

ctl_print_status is thread-safe.