Corrected interrupts for pic18f6720 demo.

This commit is contained in:
skarg
2007-02-02 19:10:47 +00:00
parent ba7a1ad750
commit e89637f1f9
4 changed files with 132 additions and 43 deletions
-2
View File
@@ -169,8 +169,6 @@ void dlmstp_task(void)
if (MSTP_Port.receive_state == MSTP_RECEIVE_STATE_IDLE) {
while (MSTP_Master_Node_FSM(&MSTP_Port)) {
};
/*MSTP_Master_Node_FSM(&MSTP_Port);
*/
}
/* see if there is a packet available, and a place
to put the reply (if necessary) and process it */