rs232dbg/rs232dbg.h
branchkernel2.6
changeset 26 60435f959e5c
parent 25 7d124bfba3ce
child 27 d75ef6b46e33
equal deleted inserted replaced
25:7d124bfba3ce 26:60435f959e5c
     1 
       
     2 #ifndef RS232DBG_H
       
     3 #define RS232DBG_H
       
     4 
       
     5 void SDBG_print(const char *format, ...);
       
     6 
       
     7 #endif