Updated files for PIC18F port.

This commit is contained in:
skarg
2006-08-29 20:57:30 +00:00
parent 6e67d7388d
commit 19a823350e
2 changed files with 53 additions and 19 deletions
-2
View File
@@ -172,9 +172,7 @@ void main(void)
/* input */
Check_Timer_Milliseconds();
dlmstp_task();
pdu_len = datalink_receive(&src, &Rx_Buf[0], MAX_MPDU, timeout);
/* process */
if (pdu_len) {
npdu_handler(&src, &Rx_Buf[0], pdu_len);