mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-13 13:09:49 +04:00
Merge branch 'fz-dev' into dev
This commit is contained in:
@@ -10,8 +10,10 @@ env.Append(
|
||||
File("#/firmware/targets/furi_hal_include/furi_hal_subghz.h"),
|
||||
],
|
||||
)
|
||||
env.SetDefault(SDK_DEFINITION=env.File("./targets/f${TARGET_HW}/api_symbols.csv"))
|
||||
|
||||
env.SetDefault(
|
||||
SDK_DEFINITION=env.File("./targets/f${TARGET_HW}/api_symbols.csv").srcnode()
|
||||
)
|
||||
|
||||
libenv = env.Clone(FW_LIB_NAME="flipper${TARGET_HW}")
|
||||
libenv.Append(
|
||||
|
||||
Reference in New Issue
Block a user