git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5400 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2013-03-10 10:29:29 +00:00
parent 70a2d4de7e
commit cd4329c9d1
1 changed files with 2 additions and 2 deletions

View File

@ -158,9 +158,9 @@ int main(void) {
* handled entirely in background.
*/
uartStopReceive(&UARTD2);
uartStopSend(&UARTD2);
// uartStopSend(&UARTD2);
uartStartReceive(&UARTD2, 16, buffer);
uartStartSend(&UARTD2, 16, message);
// uartStartSend(&UARTD2, 16, message);
}
chThdSleepMilliseconds(500);
}