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