Skip to content

Commit 9ae9522

Browse files
Luiskyrzr
authored andcommitted
libs2/tf: SWPROT-8720: renamed zw700 to zw-protocol in comments (SiliconLabsSoftware#57)
(cherry picked from commit 14cfec5114348a72879e63b308e083d468828be1) Forwarded: SiliconLabsSoftware#57 Relate-to: SiliconLabsSoftware#50 Signed-off-by: Philippe Coval <[email protected]>
1 parent f80082f commit 9ae9522

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

applications/zpc/components/zwave/zwave_transports/s2/libs/zw-libs2/TestFramework/mock/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# mock target may be imported be several projects, e.g. 700 series and libs2 simultaneously.
2+
# mock target may be imported be several projects, e.g. zw-protocol and libs2 simultaneously.
33
# This test ensures that the target named 'mock' will only be declared if it is not already declared.
44
if (NOT TARGET mock)
55
add_library(mock mock_control.c)

applications/zpc/components/zwave/zwave_transports/s2/libs/zw-libs2/TestFramework/unity/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SET(SOURCES unity.c)
22

3-
# unity target may be imported be several projects, e.g. 700 series and libs2 simultaneously.
3+
# unity target may be imported be several projects, e.g. zw-protocol and libs2 simultaneously.
44
# This test ensures that the target named 'unity' will only be declared if it is not already declared.
55
if (NOT TARGET unity)
66
add_library(unity ${SOURCES} )

0 commit comments

Comments
 (0)