Skip to content

Commit

Permalink
fix app id for assets
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Oct 12, 2022
1 parent 0d273bd commit 155cbee
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion applications/plugins/bt_hid_app/views/bt_hid_keyboard.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion applications/plugins/bt_hid_app/views/bt_hid_keynote.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion applications/plugins/bt_hid_app/views/bt_hid_media.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion applications/plugins/bt_hid_app/views/bt_hid_mouse.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion applications/plugins/bt_hid_app/views/bt_hid_tiktok.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 155cbee

Please sign in to comment.