Skip to content

Commit 2ddf2fa

Browse files
galaknashif
authored andcommitted
tests: i2c_target_api: Fix project name
In renaming of I2C terminology this project name in CMakeLists.txt got missed. Should be i2c_target_api. Signed-off-by: Kumar Gala <[email protected]>
1 parent 5921ecc commit 2ddf2fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/drivers/i2c/i2c_target_api/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
cmake_minimum_required(VERSION 3.20.0)
44

55
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
6-
project(i2c_slave_api)
6+
project(i2c_target_api)
77

88
add_subdirectory(common)
99

0 commit comments

Comments
 (0)