Fixes from peer review.

This commit is contained in:
David Garske 2020-12-23 16:54:29 -08:00
parent e0f36baebe
commit 8b517975d1
2 changed files with 8 additions and 4 deletions

View File

@ -129,7 +129,9 @@ extern ${variable.value} ${variable.name};
WOLFSSL_STM32F7, WOLFSSL_STM32H7, WOLFSSL_STM32L4 and WOLFSSL_STM32L5 */
#define WOLFSSL_STM32F4
/* Debug UART */
/* Debug UART used for printf */
/* The UART interface number varies for each board/CPU */
/* Typically this is the UART attached to the ST-Link USB CDC UART port */
#define HAL_CONSOLE_UART huart4
/* Hardware Crypto - uncomment as available on hardware */
@ -527,7 +529,7 @@ extern ${variable.value} ${variable.name};
#ifdef __cplusplus
}
#endif
#endif /*__ ${inclusion_protection}_H */
#endif /* ${inclusion_protection}_H */
/**
* @}

View File

@ -185,7 +185,9 @@
WOLFSSL_STM32F7, WOLFSSL_STM32H7, WOLFSSL_STM32L4 and WOLFSSL_STM32L5 */
#define WOLFSSL_STM32F4
/* Debug UART */
/* Debug UART used for printf */
/* The UART interface number varies for each board/CPU */
/* Typically this is the UART attached to the ST-Link USB CDC UART port */
#define HAL_CONSOLE_UART huart4
/* Hardware Crypto - uncomment as available on hardware */
@ -573,4 +575,4 @@
}
#endif
#endif /*__ __WOLFSSL_I_CUBE_WOLFSSL_CONF_H__ */
#endif /* __WOLFSSL_I_CUBE_WOLFSSL_CONF_H__ */