Removed extra debug printf in MS/TP module.

This commit is contained in:
skarg
2009-02-27 22:36:49 +00:00
parent 9a2f058623
commit 134bbade5d
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -200,6 +200,8 @@ static void *dlmstp_receive_fsm_task(
} while (MSTP_Port.DataAvailable);
}
}
return NULL;
}
static void *dlmstp_master_fsm_task(
@@ -232,6 +234,8 @@ static void *dlmstp_master_fsm_task(
}
MSTP_Master_Node_FSM(&MSTP_Port);
}
return NULL;
}
static void *dlmstp_milliseconds_task(
+1 -1
View File
@@ -61,7 +61,7 @@
#if PRINT_ENABLED
#undef PRINT_ENABLED_RECEIVE
#undef PRINT_ENABLED_RECEIVE_DATA
#define PRINT_ENABLED_RECEIVE_ERRORS
#undef PRINT_ENABLED_RECEIVE_ERRORS
#undef PRINT_ENABLED_MASTER
#endif