Bugfix of test

Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
tomoaki
2021-05-13 19:46:02 +09:00
parent fa7daac109
commit d567b0ba7f
2 changed files with 44 additions and 27 deletions

View File

@@ -24,7 +24,7 @@ public:
TestTopicIdMap();
~TestTopicIdMap();
void test(void);
bool testGetElement(uint16_t msgid, uint16_t id, MQTTSN_topicTypes type);
bool testGetElement(uint16_t msgid, uint16_t id, MQTTSN_topicid* topic);
private:
TopicIdMap* _map;