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

@@ -5,7 +5,7 @@
#include <furi_hal.h>
#include <stdint.h>
#include <furi.h>
#include <xtreme.h>
#include <xtreme/xtreme.h>
#define DOLPHIN_LOCK_EVENT_FLAG (0x1)
#define TAG "Dolphin"