mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-01-25 22:40:26 -05:00
9 lines
253 B
C++
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; |