Searched refs:usart_debug (Results 1 – 1 of 1) sorted by relevance
170 int usart_debug = USART_DEBUG; variable171 #define DPRINTFN(n,fmt) if (usart_debug >= (n)) printf fmt