mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-08-05 05:15:27 +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
|