Skip to content

Commit

Permalink
fix bug #98
Browse files Browse the repository at this point in the history
  • Loading branch information
Links2004 committed Apr 22, 2015
1 parent 884b600 commit db86766
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ void ICACHE_FLASH_ATTR uart1_write_char(char c) {
}
}

static UARTnr_t s_uart_debug_nr = UART_NO;
static UARTnr_t s_uart_debug_nr = UART0;
void ICACHE_FLASH_ATTR uart_set_debug(UARTnr_t uart_nr) {
s_uart_debug_nr = uart_nr;
switch(s_uart_debug_nr) {
Expand Down

0 comments on commit db86766

Please sign in to comment.