mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-11-27 13:58:47 +03:00
SubGhz: simplify includes
This commit is contained in:
parent
85d44c5f6c
commit
0019baaa00
@ -1,5 +1,4 @@
|
||||
#include "subghz_txrx_i.h"
|
||||
#include "subghz_txrx.h"
|
||||
#include <lib/subghz/protocols/protocol_items.h>
|
||||
|
||||
#define TAG "SubGhz"
|
||||
|
@ -1,6 +1,5 @@
|
||||
#pragma once
|
||||
#include "subghz_types.h"
|
||||
#include "subghz_txrx_callbacks.h"
|
||||
#include <lib/subghz/subghz_worker.h>
|
||||
#include <lib/subghz/subghz_setting.h>
|
||||
#include <lib/subghz/receiver.h>
|
||||
|
@ -1,2 +0,0 @@
|
||||
#pragma once
|
||||
typedef void (*SubGhzTxRxNeedSaveCallback)(void* context);
|
@ -1,11 +1,6 @@
|
||||
|
||||
#pragma once
|
||||
#include "subghz_types.h"
|
||||
#include "subghz_txrx_callbacks.h"
|
||||
#include <lib/subghz/subghz_worker.h>
|
||||
#include <lib/subghz/subghz_setting.h>
|
||||
#include <lib/subghz/receiver.h>
|
||||
#include <lib/subghz/transmitter.h>
|
||||
#include "subghz_txrx.h"
|
||||
|
||||
struct SubGhzTxRx {
|
||||
SubGhzWorker* worker;
|
||||
|
Loading…
Reference in New Issue
Block a user