Skip to content

Commit a3fdeeb

Browse files
kartbenktaborowski
authored andcommitted
pal: fix misspelled Kconfig in CMakeLists.txt
Add missing CONFIG_ prefix to CONFIG_DEPRECATED_SIDEWALK_PAL_INIT Kconfig to *actually* allow the use of the deprecated pal_init.c file. Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 10b5112 commit a3fdeeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/sal/sid_pal/src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ endif() # CONFIG_SOC_NRF52840
7171

7272
zephyr_library_sources_ifdef(CONFIG_SIDEWALK sid_common.c)
7373

74-
zephyr_library_sources_ifdef(DEPRECATED_SIDEWALK_PAL_INIT pal_init.c)
74+
zephyr_library_sources_ifdef(CONFIG_DEPRECATED_SIDEWALK_PAL_INIT pal_init.c)
7575

7676
zephyr_library_sources(bt_app_callbacks.c)

0 commit comments

Comments
 (0)