small fixes for last commit

This commit is contained in:
Void NV 2020-05-03 14:55:53 -05:00
parent 37055c1fa9
commit 48f9e4c7d6
3 changed files with 3 additions and 3 deletions

View File

@ -430,7 +430,7 @@ U0 ZenithLog(U8 *format,...)
} }
U0 ZenithWarn(U8 *format,...) U0 ZenithWarn(U8 *format,...)
{//Display pink blinking Err text in zenith_task. {//Display pink blinking Warn text in zenith_task.
U8 *buf=StrPrintJoin(NULL,format,argc,argv), U8 *buf=StrPrintJoin(NULL,format,argc,argv),
*st=MStrPrint(ST_WARN_ST "%s",buf); *st=MStrPrint(ST_WARN_ST "%s",buf);
if (Fs==zenith_task) if (Fs==zenith_task)