corrected encoding for DCC demo handler.

This commit is contained in:
skarg
2006-09-24 03:20:50 +00:00
parent 947e35c35c
commit 19d5b94fcc
+1 -1
View File
@@ -115,7 +115,7 @@ void handler_device_communication_control(uint8_t * service_request,
#endif
}
}
pdu_len += len;
bytes_sent = datalink_send_pdu(src, &npdu_data,
&Handler_Transmit_Buffer[0], pdu_len);
#if PRINT_ENABLED