Corrected rx_fsm MS/TP monitor demo.

This commit is contained in:
skarg
2007-07-24 23:15:23 +00:00
parent 9c09b1e25b
commit 038f719a44
4 changed files with 56 additions and 16 deletions
+1 -1
View File
@@ -335,7 +335,7 @@ void RS485_Check_UART_Data(struct mstp_port_struct_t *mstp_port)
#ifdef TEST_RS485
static void test_transmit_task(void *pArg)
{
char *TxBuf = "BACnet MS/TP";
char *TxBuf = "BACnet MS/TP";
size_t len = strlen(TxBuf)+1;
while (TRUE) {