Skip to content

Commit

Permalink
Fix Zephyr example.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarske committed May 6, 2024
1 parent 06a7812 commit 980b97d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions zephyr/samples/client_tls/user_settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
extern "C" {
#endif

#ifdef CONFIG_WOLFSSL_SETTINGS_FILE
#include CONFIG_WOLFSSL_SETTINGS_FILE
/* If a custom user_settings file is provided use it instead */
#ifdef WOLFSSL_SETTINGS_FILE
#include WOLFSSL_SETTINGS_FILE
#endif

#undef NO_FILESYSTEM
Expand Down

0 comments on commit 980b97d

Please sign in to comment.