Commit 9191dd77 authored by Andries Kruithof's avatar Andries Kruithof Committed by Anas Nashif
Browse files

tests: controller: give mock-file same name as in BT controller



Rename the mockup file from ull_periph.c into ull_peripheral.c
so that it has the same name as its equivalent in the BT
controller

Signed-off-by: default avatarAndries Kruithof <Andries.Kruithof@nordicsemi.no>
parent eb5f711b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ FILE(GLOB mock_sources
	${ZEPHYR_BASE}/tests/bluetooth/controller/mock_ctrl/src/util.c
	${ZEPHYR_BASE}/tests/bluetooth/controller/mock_ctrl/src/ticker.c
	${ZEPHYR_BASE}/tests/bluetooth/controller/mock_ctrl/src/ull.c
	${ZEPHYR_BASE}/tests/bluetooth/controller/mock_ctrl/src/ull_periph.c
	${ZEPHYR_BASE}/tests/bluetooth/controller/mock_ctrl/src/ull_peripheral.c
	${ZEPHYR_BASE}/tests/bluetooth/controller/mock_ctrl/src/ull_central.c
	${ZEPHYR_BASE}/tests/bluetooth/controller/mock_ctrl/src/ull_scan.c
	${ZEPHYR_BASE}/tests/bluetooth/controller/mock_ctrl/src/lll_clock.c