mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-25 01:38:11 -07:00
[FL-3302] Part 2 of hooking C2 IPC (#2662)
This commit is contained in:
+4
-1
@@ -48,7 +48,10 @@ sources += Glob(
|
||||
)
|
||||
sources += Glob(
|
||||
"stm32wb_copro/wpan/interface/patterns/ble_thread/tl/*_tl*.c",
|
||||
exclude="stm32wb_copro/wpan/interface/patterns/ble_thread/tl/shci_tl_if.c",
|
||||
exclude=[
|
||||
"stm32wb_copro/wpan/interface/patterns/ble_thread/tl/hci_tl_if.c",
|
||||
"stm32wb_copro/wpan/interface/patterns/ble_thread/tl/shci_tl_if.c",
|
||||
],
|
||||
source=True,
|
||||
)
|
||||
sources += [
|
||||
|
||||
Reference in New Issue
Block a user