1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-06-27 10:22:34 +00:00
trezor-firmware/core/embed/lib/ble/ble.h
tychovrahe 9d15e012fa STM
2023-12-01 14:53:45 +01:00

13 lines
123 B
C

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