gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:ERCD_PRINT (0.00 seconds)
tkernel_2
kernel/sysmgr/src/sysmgr.h - 12.6KB - 342 lines
33: #ifdef DEBUG
34: #define ERCD_PRINT(exp) if ( ercd < E_OK ) { DEBUG_PRINT(exp); }
35: #else
36: #define ERCD_PRINT(exp)
37: #endif