1.2.4.4.17 SYS_CONSOLE_MESSAGE Macro

C

#define SYS_CONSOLE_MESSAGE(message) SYS_CONSOLE_Message(SYS_CONSOLE_DEFAULT_INSTANCE, message)

Summary

Prints message on the default console instance

Description

This macro calls SYS_Console_Message() to print message on the default console instance set by SYS_CONSOLE_DEFAULT_INSTANCE

Remarks

None.