SAMA5 TC: Debug instrumentation

This commit is contained in:
Gregory Nutt
2013-10-26 14:03:30 -06:00
parent ff682d5292
commit 0ab6d8382f
3 changed files with 99 additions and 45 deletions
-1
View File
@@ -1278,7 +1278,6 @@ void uart_datareceived(FAR uart_dev_t *dev)
/* Notify all poll/select waiters that they can read from the recv buffer */
uart_pollnotify(dev, POLLIN);
}
/************************************************************************************