Updated PIC port MS/TP to not always Reply-Postponed frame when sent Data-Expecting-Reply frame.

This commit is contained in:
skarg
2012-04-17 22:02:34 +00:00
parent bc8d262add
commit 9e96fdb62e
3 changed files with 139 additions and 26 deletions
+1
View File
@@ -150,6 +150,7 @@ struct mstp_port_struct_t {
/* This array is only used for APDU messages */
uint8_t TxBuffer[MAX_MPDU];
unsigned TxLength;
uint8_t TxDestination;
bool TxReady; /* true if ready to be sent or received */
uint8_t TxFrameType; /* type of message - needed by MS/TP */
};