updated the read property demo.

This commit is contained in:
skarg
2005-12-07 19:55:39 +00:00
parent ca72bf7f9f
commit caf018f072
6 changed files with 96 additions and 24 deletions
+1
View File
@@ -127,6 +127,7 @@ uint8_t tsm_next_free_invokeID(void)
found = true;
invokeID = current_invokeID;
}
/* update for the next call or check */
current_invokeID++;
// skip zero - we treat that internally as invalid or no free
if (current_invokeID == 0)