From d3ac2eebe39037663a7d10eb657b926fcaf4c544 Mon Sep 17 00:00:00 2001 From: toddouska Date: Mon, 21 Sep 2020 15:02:56 -0700 Subject: [PATCH] Revert "stmcubemx: add flags for STM32F401" --- IDE/STM32Cube/wolfSSL.wolfSSL_conf.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/IDE/STM32Cube/wolfSSL.wolfSSL_conf.h b/IDE/STM32Cube/wolfSSL.wolfSSL_conf.h index c07778e13..abc0cffd3 100644 --- a/IDE/STM32Cube/wolfSSL.wolfSSL_conf.h +++ b/IDE/STM32Cube/wolfSSL.wolfSSL_conf.h @@ -169,11 +169,6 @@ extern "C" { #define WOLFSSL_STM32F1 #define HAL_CONSOLE_UART huart4 #define NO_STM32_RNG -#elif defined(STM32F401xE) - #define WOLFSSL_STM32F4 - #define HAL_CONSOLE_UART huart2 - #define NO_STM32_RNG - #define WOLFSSL_GENSEED_FORTEST #else #warning Please define a hardware platform! #define WOLFSSL_STM32F4 /* default */