Fix xtreme lib import

This commit is contained in:
Willy-JL
2023-12-02 06:32:04 +00:00
parent f4d58c286b
commit 0a55300926
36 changed files with 38 additions and 38 deletions

View File

@@ -2,7 +2,7 @@
#include <furi.h>
#include <furi_hal.h>
#include <xtreme.h>
#include <xtreme/xtreme.h>
#define POWER_OFF_TIMEOUT 90
#define TAG "Power"