Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorあく <alleteam@gmail.com>2021-08-08 21:03:25 +0300
committerGitHub <noreply@github.com>2021-08-08 21:03:25 +0300
commit0a97d6913c1a48156e3e2d8f339e027a003f948f (patch)
treed02cd7895df05654c4e106a28055333fd976228a /applications/scened-app-example
parent7907cb232bda5af7c30c79c67ab353b2cefe57c8 (diff)
Rename api-hal to furi-hal (#629)
Diffstat (limited to 'applications/scened-app-example')
-rw-r--r--applications/scened-app-example/scened-app.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/scened-app-example/scened-app.h b/applications/scened-app-example/scened-app.h
index d45dbf83..b5e2bbf1 100644
--- a/applications/scened-app-example/scened-app.h
+++ b/applications/scened-app-example/scened-app.h
@@ -1,6 +1,6 @@
#pragma once
#include <furi.h>
-#include <api-hal.h>
+#include <furi-hal.h>
#include <generic-scene.hpp>
#include <scene-controller.hpp>