mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
NO_MULTIBYTE option in RTE/wolfssl/user_settings.h
This commit is contained in:
@ -34,10 +34,10 @@
|
|||||||
#define WOLFSSL_USER_CURRTIME /* for benchmark */
|
#define WOLFSSL_USER_CURRTIME /* for benchmark */
|
||||||
#define WOLFSSL_CURRTIME_OSTICK /* use OS tich for current_time */
|
#define WOLFSSL_CURRTIME_OSTICK /* use OS tich for current_time */
|
||||||
#define WOLFSSL_GMTIME
|
#define WOLFSSL_GMTIME
|
||||||
|
#define NO_MULTIBYTE
|
||||||
|
|
||||||
// <<< Use Configuration Wizard in Context Menu >>>
|
// <<< Use Configuration Wizard in Context Menu >>>
|
||||||
|
|
||||||
|
|
||||||
// <h>Common options
|
// <h>Common options
|
||||||
// <o> MPU<0=>Undefined<1=>STM32F2xx<2=>STM32F4xx<3=>STM32F7xx
|
// <o> MPU<0=>Undefined<1=>STM32F2xx<2=>STM32F4xx<3=>STM32F7xx
|
||||||
#define MDK_CONF_MPU 3
|
#define MDK_CONF_MPU 3
|
||||||
|
@ -34,6 +34,7 @@
|
|||||||
#define WOLFSSL_USER_CURRTIME /* for benchmark */
|
#define WOLFSSL_USER_CURRTIME /* for benchmark */
|
||||||
#define WOLFSSL_CURRTIME_OSTICK /* use OS tich for current_time */
|
#define WOLFSSL_CURRTIME_OSTICK /* use OS tich for current_time */
|
||||||
#define WOLFSSL_GMTIME
|
#define WOLFSSL_GMTIME
|
||||||
|
#define NO_MULTIBYTE
|
||||||
|
|
||||||
// <<< Use Configuration Wizard in Context Menu >>>
|
// <<< Use Configuration Wizard in Context Menu >>>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user