Merge branch 'fz-dev' into dev

This commit is contained in:
MX
2022-11-12 16:43:12 +03:00
28 changed files with 239 additions and 111 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
Import("env")
env.Append(
LINT_SOURCES=["firmware"],
LINT_SOURCES=[Dir(".")],
SDK_HEADERS=[
*env.GlobRecursive("*.h", "targets/furi_hal_include", "*_i.h"),
*env.GlobRecursive("*.h", "targets/f${TARGET_HW}/furi_hal", "*_i.h"),