Files
mars-nwe/tests/nwnss/pssdebug/test_nwnss_pssdebug.c
2026-06-17 22:35:23 +02:00

13 lines
265 B
C

#include <include/pssDebug.h>
#include <stdio.h>
int main(void)
{
DEBUG_PRINTF(TFSM, DBG_BOTH_NOINDENT, (LRED, "fsm debug no-op\n"));
PRINT(LGRAY) MSGNot("pssdebug production output path\n"));
CHOKE_DEBUG_LOG();
NOT_IMPLEMENTED();
return 0;
}