Skip to content

Commit

Permalink
Update to help build detect icons that were already there instead of …
Browse files Browse the repository at this point in the history
…using from Firmware
  • Loading branch information
David Lee committed Feb 1, 2024
1 parent d92d744 commit c24026f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ App(
fap_category="Infrared",
fap_author="Leedave",
fap_description="One-Click, sends multiple commands",
fap_weburl="https://github.com/leedave/flipper-zero-cross-remote",
sdk_headers=["lib/subghz/protocols/protocol_items.h"]
fap_weburl="https://github.com/leedave/flipper-zero-cross-remote"
)
1 change: 0 additions & 1 deletion helpers/gui/int_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

#include <gui/elements.h>
#include <furi.h>
#include <assets_icons.h>

/** IntInput type */
struct IntInput {
Expand Down
1 change: 1 addition & 0 deletions helpers/gui/int_input.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#pragma once

#include <gui/view.h>
#include "xremote_icons.h"

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit c24026f

Please sign in to comment.