mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-27 10:22:34 +00:00
13 lines
123 B
C
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
|