~aleteoryx/muditaos

ref: a5f621bc834dcfc15c776d4dd33ad86464ee2f64 muditaos/module-bluetooth/Bluetooth/doc/uml/uml_printer.cpp -rw-r--r-- 260 bytes
a5f621bc — Lefucjusz [MOS-487] Added call events state machine 3 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
// Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved.
// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md

#include <BluetoothStateMachine.hpp>
#include <sml-utils/PlantUML.hpp>

int main()
{
    dump<bluetooth::StateMachine>();
}