Skip to content

Commit 082f22e

Browse files
committed
Fix STM32 include name
1 parent ba36eba commit 082f22e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolftpm/tpm2_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
#include "user_settings.h"
4040
#elif defined(USE_HAL_DRIVER) && !defined(HAVE_CONFIG_H)
4141
/* STM Configuration File (generated by CubeMX) */
42-
#include "wolfSSL.I-CUBE-wolfTPM_conf.h"
42+
#include "wolfSSL.I-CUBE-wolfSSL_conf.h"
4343
#else
4444
/* use generated library options.h */
4545
#include <wolfssl/options.h>

0 commit comments

Comments
 (0)