mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-10 15:04:19 +00:00
fix
This commit is contained in:
parent
a9948003b1
commit
d4300a10dd
1 changed files with 2 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
#ifndef __ARHA_FLIPPERAPP_DEMO
|
||||
#define __ARHA_FLIPPERAPP_DEMO
|
||||
#ifndef __SWD_PROBE_APP_H
|
||||
#define __SWD_PROBE_APP_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
@ -18,10 +18,6 @@
|
|||
#include <dolphin/dolphin.h>
|
||||
#include <notification/notification.h>
|
||||
#include <notification/notification_messages.h>
|
||||
#include <lib/subghz/receiver.h>
|
||||
#include <lib/subghz/transmitter.h>
|
||||
#include <lib/subghz/subghz_file_encoder_worker.h>
|
||||
#include <notification/notification.h>
|
||||
|
||||
#include "usb_uart.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue