Преглед изворни кода

remove include to allow ufbt

Eric Betts пре 2 година
родитељ
комит
ce5e4d42d7
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      uhf_app_i.h

+ 1 - 2
uhf_app_i.h

@@ -4,7 +4,6 @@
 #include <gui/gui.h>
 #include <gui/view_dispatcher.h>
 #include <gui/scene_manager.h>
-#include <gui/canvas_i.h>
 #include <notification/notification_messages.h>
 
 #include <gui/modules/submenu.h>
@@ -103,4 +102,4 @@ bool uhf_is_memset(const uint8_t* data, const uint8_t pattern, size_t size);
 
 char* convertToHexString(const uint8_t* array, size_t length);
 
-bool uhf_save_read_data(UHFResponseData* uhf_response_data, Storage* storage, const char* filename);
+bool uhf_save_read_data(UHFResponseData* uhf_response_data, Storage* storage, const char* filename);