Files
MuditaOS/module-sys/tests/Test1/TestService1.cpp
Radoslaw Wicik a8573a404c Apply new style
2020-03-17 10:03:16 +01:00

9 lines
253 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;