[FL-3431] Radio headers in SDK (#2881)

This commit is contained in:
hedger
2023-07-17 11:51:15 +04:00
committed by GitHub
parent f2324e4d1c
commit 20f6394ad8
6 changed files with 23 additions and 3 deletions
+3
View File
@@ -4,6 +4,9 @@ env.Append(
CPPPATH=[
"#/lib/drivers",
],
SDK_HEADERS=[
File("cc1101_regs.h"),
],
)
+1
View File
@@ -20,6 +20,7 @@ env.Append(
File("subghz_setting.h"),
File("subghz_protocol_registry.h"),
File("devices/cc1101_configs.h"),
File("devices/cc1101_int/cc1101_int_interconnect.h"),
],
)