mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 10:18:35 -07:00
Rename archive external helper include
This commit is contained in:
@@ -8,6 +8,6 @@ App(
|
||||
stack_size=6 * 1024,
|
||||
order=0,
|
||||
sdk_headers=[
|
||||
"helpers/favorite_timeout.h",
|
||||
"helpers/archive_helpers_ext.h",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "favorite_timeout.h"
|
||||
#include "archive_helpers_ext.h"
|
||||
#include <xtreme.h>
|
||||
|
||||
bool process_favorite_launch(char** args) {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
#include <toolbox/path.h>
|
||||
#include <dolphin/dolphin.h>
|
||||
#include <applications/main/archive/helpers/favorite_timeout.h>
|
||||
#include <applications/main/archive/helpers/archive_helpers_ext.h>
|
||||
|
||||
#define TAG "iButtonApp"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "lfrfid_i.h"
|
||||
#include <dolphin/dolphin.h>
|
||||
#include <applications/main/archive/helpers/favorite_timeout.h>
|
||||
#include <applications/main/archive/helpers/archive_helpers_ext.h>
|
||||
|
||||
static bool lfrfid_debug_custom_event_callback(void* context, uint32_t event) {
|
||||
furi_assert(context);
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "nfc_i.h"
|
||||
#include <furi_hal_nfc.h>
|
||||
#include <dolphin/dolphin.h>
|
||||
#include <applications/main/archive/helpers/favorite_timeout.h>
|
||||
#include <applications/main/archive/helpers/archive_helpers_ext.h>
|
||||
|
||||
bool nfc_custom_event_callback(void* context, uint32_t event) {
|
||||
furi_assert(context);
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include <lib/toolbox/path.h>
|
||||
#include "subghz_i.h"
|
||||
#include <lib/subghz/protocols/protocol_items.h>
|
||||
#include <applications/main/archive/helpers/favorite_timeout.h>
|
||||
#include <applications/main/archive/helpers/archive_helpers_ext.h>
|
||||
#include <xtreme.h>
|
||||
|
||||
#define TAG "SubGhzApp"
|
||||
|
||||
Reference in New Issue
Block a user