Skip to content
Snippets Groups Projects
Commit 0e6cafe3 authored by athatheocsd's avatar athatheocsd
Browse files

test commit

parent eb082896
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,9 @@ void EventActionService::addEventActionDefinitions(Message message){
if (message.messageType == 1 && message.packetType == Message::TC && message.serviceType
== 19){
int N = message.readUint16();
for (uint16_t i = 0; i < N; i++){
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment