Files
MuditaOS/module-bluetooth/Bluetooth/Stack.hpp

7 lines
67 B
C++

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