delete '!!!'

This commit is contained in:
pvvx 2017-02-28 10:40:07 +03:00
parent de57c04fb4
commit ed4c83a935
44 changed files with 206 additions and 187 deletions

View file

@ -14,7 +14,7 @@
extern void wait_ms(int ms);
char buf[BUF_SZ]="Hello World!!\r\n";;
char buf[BUF_SZ]="Hello World!\r\n";;
volatile uint32_t tx_busy=0;
volatile uint32_t rx_busy=0;
log_uart_t uobj;