assets fix?

This commit is contained in:
RogueMaster
2022-11-04 03:52:21 -04:00
parent 5dd50ad2c3
commit a974dece57
2 changed files with 3 additions and 2 deletions

View File

@@ -2,7 +2,6 @@
#include <gui/gui.h> #include <gui/gui.h>
#include <gui/view.h> #include <gui/view.h>
#include <infrared_icons.h>
#include <gui/view_stack.h> #include <gui/view_stack.h>
#include <gui/view_dispatcher.h> #include <gui/view_dispatcher.h>
#include <gui/scene_manager.h> #include <gui/scene_manager.h>
@@ -33,6 +32,8 @@
#include "rpc/rpc_app.h" #include "rpc/rpc_app.h"
#include "infrared_icons.h"
#define INFRARED_FILE_NAME_SIZE 100 #define INFRARED_FILE_NAME_SIZE 100
#define INFRARED_TEXT_STORE_NUM 2 #define INFRARED_TEXT_STORE_NUM 2
#define INFRARED_TEXT_STORE_SIZE 128 #define INFRARED_TEXT_STORE_SIZE 128

View File

@@ -1,6 +1,5 @@
#include <core/check.h> #include <core/check.h>
#include "furi_hal_resources.h" #include "furi_hal_resources.h"
#include <infrared_icons.h>
#include "gui/canvas.h" #include "gui/canvas.h"
#include "gui/view.h" #include "gui/view.h"
#include "input/input.h" #include "input/input.h"
@@ -9,6 +8,7 @@
#include "infrared_progress_view.h" #include "infrared_progress_view.h"
#include "gui/modules/button_panel.h" #include "gui/modules/button_panel.h"
#include <stdint.h> #include <stdint.h>
#include <infrared_icons.h>
struct InfraredProgressView { struct InfraredProgressView {
View* view; View* view;