1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-19 13:08:14 +00:00
trezor-firmware/core/embed/lib/ble/ble.h
tychovrahe d237e155d6 feat(core): rudimentary BLE support
[no changelog]

Co-authored-by: Martin Milata <martin@martinmilata.cz>
2024-01-25 00:21:19 +01:00

10 lines
120 B
C

#ifndef BLE_BLE_H
#define BLE_BLE_H
#include "state.h"
#include "messages.h"
#include "fwu.h"
#include "dfu.h"
#endif