Esempio n. 1
0
void print_dbg_char_hex(unsigned char n)
{
  // Redirection to the debug USART.
  USART_BEGIN_DBG_TX;
  print_char_hex(DBG_USART, n);  
  USART_END_DBG_TX;
}
Esempio n. 2
0
void print_dbg_char_hex(unsigned char n)
{
  // Redirection to the debug USART.
  print_char_hex(DBG_USART, n);
}