Updated the library in the ATmega makefile, and updated the tsm module.

This commit is contained in:
skarg
2007-09-06 00:09:46 +00:00
parent 69ddb269b7
commit 4f34f6994b
2 changed files with 42 additions and 24 deletions
+2
View File
@@ -49,6 +49,7 @@
#include "address.h"
#include "bacaddr.h"
#if (MAX_TSM_TRANSACTIONS)
/* Transaction State Machine */
/* Really only needed for segmented messages */
/* and a little for sending confirmed messages */
@@ -353,3 +354,4 @@ int main(void)
}
#endif /* TEST_TSM */
#endif /* TEST */
#endif /* MAX_TSM_TRANSACTIONS */