Revert "Keep power settings internal (fix wrong mA) +5kb DFU :("

This reverts commit 5bd168c24b.
This commit is contained in:
Willy-JL
2024-02-15 01:19:38 +00:00
parent 16d821142d
commit 4ec530c912
17 changed files with 18 additions and 44 deletions

View File

@@ -62,7 +62,7 @@ extern const FlipperInternalApplication FLIPPER_ARCHIVE;
/* Settings list
* Spawned by loader
*/
extern const FlipperInternalApplication FLIPPER_SETTINGS_APPS[];
extern const FlipperExternalApplication FLIPPER_SETTINGS_APPS[];
extern const size_t FLIPPER_SETTINGS_APPS_COUNT;
/* External Menu Apps list
@@ -70,9 +70,3 @@ extern const size_t FLIPPER_SETTINGS_APPS_COUNT;
*/
extern const FlipperExternalApplication FLIPPER_EXTERNAL_APPS[];
extern const size_t FLIPPER_EXTERNAL_APPS_COUNT;
/* External Settings list
* Spawned by loader
*/
extern const FlipperExternalApplication FLIPPER_EXTSETTINGS_APPS[];
extern const size_t FLIPPER_EXTSETTINGS_APPS_COUNT;