|
|
@@ -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);
|