1.2.4.4.18 SYS_CONSOLE_PRINT Macro
C
#define SYS_CONSOLE_PRINT(fmt, ...) SYS_CONSOLE_Print(SYS_CONSOLE_DEFAULT_INSTANCE, fmt, ##__VA_ARGS__)
Summary
Prints formatted message on the default console instance
Description
This macro calls SYS_Console_Print() to print formatted message on the default console instance set by SYS_CONSOLE_DEFAULT_INSTANCE
Remarks
None.