Update: Add Tree23 and List template classes

Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
tomoaki
2016-11-01 08:14:33 +09:00
parent 5026c94502
commit 4ebd92fc14
10 changed files with 908 additions and 12 deletions

View File

@@ -34,7 +34,7 @@ TestTopics::~TestTopics()
void TestTopics::test(void)
{
printf("Topics Test start.\n");
printf("Test Topics ");
MQTTSN_topicid topic[12];
char tp[12][10];
@@ -179,5 +179,5 @@ void TestTopics::test(void)
*/
assert( t != 0);
}
printf("Topics Test complete.\n\n");
printf("[ OK ]\n");
}