mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-19 13:08:14 +00:00
10 lines
120 B
C
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
|