#ifndef _CMB_CALLBACK_H_ #define _CMB_CALLBACK_H_ void InitCmb(void); #if EN_SEGGER #include "MYPRINTF.H" #else #include "stdio.h" #endif #endif