Files
MuditaOS/module-bluetooth/Bluetooth/Stack.hpp
Radoslaw Wicik a8573a404c Apply new style
2020-03-17 10:03:16 +01:00

9 lines
71 B
C++

#pragma once
struct Stack
{
int id;
Stack() : id(0)
{}
};