Files
MuditaOS/module-bluetooth/Bluetooth/Stack.hpp
Bartek Cichocki 6d22e00544 [EGD-3637] restoration of Bluetooth stack
[EGD-3637] Bluetooth hangup fix
2020-09-22 09:52:15 +02:00

9 lines
71 B
C++

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