Rename archive external helper include

This commit is contained in:
Willy-JL
2023-08-10 01:23:43 +02:00
parent c5700767b6
commit ea6966208b
8 changed files with 7 additions and 7 deletions

View File

@@ -8,6 +8,6 @@ App(
stack_size=6 * 1024,
order=0,
sdk_headers=[
"helpers/favorite_timeout.h",
"helpers/archive_helpers_ext.h",
],
)

View File

@@ -1,4 +1,4 @@
#include "favorite_timeout.h"
#include "archive_helpers_ext.h"
#include <xtreme.h>
bool process_favorite_launch(char** args) {

View File

@@ -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"

View File

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

View File

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

View File

@@ -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"

View File

@@ -1,7 +1,7 @@
entry,status,name,type,params
Version,+,34.3,,
Header,+,applications/drivers/subghz/cc1101_ext/cc1101_ext_interconnect.h,,
Header,+,applications/main/archive/helpers/favorite_timeout.h,,
Header,+,applications/main/archive/helpers/archive_helpers_ext.h,,
Header,+,applications/services/applications.h,,
Header,+,applications/services/bt/bt_service/bt.h,,
Header,+,applications/services/cli/cli.h,,
1 entry status name type params
2 Version + 34.3
3 Header + applications/drivers/subghz/cc1101_ext/cc1101_ext_interconnect.h
4 Header + applications/main/archive/helpers/favorite_timeout.h applications/main/archive/helpers/archive_helpers_ext.h
5 Header + applications/services/applications.h
6 Header + applications/services/bt/bt_service/bt.h
7 Header + applications/services/cli/cli.h