mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-02-17 13:58:32 +00:00
fix app id for assets
This commit is contained in:
parent
0d273bd15c
commit
155cbeeb11
5 changed files with 5 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
|||
#include <gui/elements.h>
|
||||
#include <gui/icon_i.h>
|
||||
|
||||
#include "bt_hid_icons.h"
|
||||
#include "Bluetooth_Remote_icons.h"
|
||||
|
||||
struct BtHidKeyboard {
|
||||
View* view;
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#include <furi_hal_usb_hid.h>
|
||||
#include <gui/elements.h>
|
||||
|
||||
#include "bt_hid_icons.h"
|
||||
#include "Bluetooth_Remote_icons.h"
|
||||
|
||||
struct BtHidKeynote {
|
||||
View* view;
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#include <furi_hal_usb_hid.h>
|
||||
#include <gui/elements.h>
|
||||
|
||||
#include "bt_hid_icons.h"
|
||||
#include "Bluetooth_Remote_icons.h"
|
||||
|
||||
struct BtHidMedia {
|
||||
View* view;
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#include <furi_hal_usb_hid.h>
|
||||
#include <gui/elements.h>
|
||||
|
||||
#include "bt_hid_icons.h"
|
||||
#include "Bluetooth_Remote_icons.h"
|
||||
|
||||
struct BtHidMouse {
|
||||
View* view;
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#include <furi_hal_usb_hid.h>
|
||||
#include <gui/elements.h>
|
||||
|
||||
#include "bt_hid_icons.h"
|
||||
#include "Bluetooth_Remote_icons.h"
|
||||
|
||||
struct BtHidTikTok {
|
||||
View* view;
|
||||
|
|
Loading…
Add table
Reference in a new issue