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

@ -10,7 +10,7 @@
#include "device.h"
#include "log_uart_api.h"
char buf[100]="Hello World!!\r\n";;
char buf[100]="Hello World!\r\n";;
log_uart_t uobj;
int uart_scan (char *buf)