Skip to content

Commit 13f1200

Browse files
asm5878henrikbrixandersen
authored andcommitted
soc: st: stm32: stm32wbax: Files renaming
Files renaming done to better isolate zephyr related functions from stm32 hal related functions Signed-off-by: Alessandro Manganaro <[email protected]>
1 parent 5e7009a commit 13f1200

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

soc/st/stm32/stm32wbax/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ zephyr_sources_ifdef(CONFIG_PM
1212
if(CONFIG_BT_STM32WBA)
1313
zephyr_include_directories(hci_if)
1414

15-
zephyr_sources(hci_if/linklayer_plat.c)
15+
zephyr_sources(hci_if/linklayer_plat_adapt.c)
1616
zephyr_sources(hci_if/bleplat.c)
1717
zephyr_sources(hci_if/host_stack_if.c)
18-
zephyr_sources(hci_if/ll_sys_if.c)
18+
zephyr_sources(hci_if/ll_sys_if_adapt.c)
1919
zephyr_sources(hci_if/stm32_timer.c)
2020
endif()
2121

0 commit comments

Comments
 (0)