Merge branch 'ofwdev' into 420

This commit is contained in:
RogueMaster
2022-11-12 08:35:37 -05:00
30 changed files with 264 additions and 113 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"),