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",
],
)