Files
MuditaOS/module-sys/tests/Test1/TestService1.cpp
Robert Borzecki d3235d54d7 Removed submodule
2019-05-21 23:35:00 +02:00

11 lines
243 B
C++

//
// Created by mati on 11.03.19.
//
#include "TestService1.hpp"
uint32_t TestService1::TestServiceInstanceCount = 0;
uint32_t TestService1::TestServiceInstanceSuspendedCount =0;
uint32_t TestService1::TestServiceInstanceDataMsgCount = 0;