diff --git a/zephyr/samples/tests/prj.conf b/zephyr/samples/tests/prj.conf index 8bdd3f29b..a861f2548 100644 --- a/zephyr/samples/tests/prj.conf +++ b/zephyr/samples/tests/prj.conf @@ -6,7 +6,7 @@ CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=131072 # Enable wolfSSH CONFIG_WOLFSSH=y -CONFIG_WOLFSSH_SETTINGS_FILE="samples/tests/user_settings.h" +CONFIG_WOLFSSH_SETTINGS_FILE="samples/tests/wolfssh_user_settings.h" CONFIG_WOLFSSH_SFTP_DEFAULT_DIR="/RAM:" # Pthreads diff --git a/zephyr/samples/tests/user_settings.h b/zephyr/samples/tests/wolfssh_user_settings.h similarity index 100% rename from zephyr/samples/tests/user_settings.h rename to zephyr/samples/tests/wolfssh_user_settings.h