NO_MULTIBYTE option in RTE/wolfssl/user_settings.h

This commit is contained in:
Takashi Kojo
2018-11-27 07:26:19 +09:00
parent c529e011a7
commit 3cee583f8d
2 changed files with 2 additions and 1 deletions

View File

@ -34,10 +34,10 @@
#define WOLFSSL_USER_CURRTIME /* for benchmark */
#define WOLFSSL_CURRTIME_OSTICK /* use OS tich for current_time */
#define WOLFSSL_GMTIME
#define NO_MULTIBYTE
// <<< Use Configuration Wizard in Context Menu >>>
// <h>Common options
// <o> MPU<0=>Undefined<1=>STM32F2xx<2=>STM32F4xx<3=>STM32F7xx
#define MDK_CONF_MPU 3

View File

@ -34,6 +34,7 @@
#define WOLFSSL_USER_CURRTIME /* for benchmark */
#define WOLFSSL_CURRTIME_OSTICK /* use OS tich for current_time */
#define WOLFSSL_GMTIME
#define NO_MULTIBYTE
// <<< Use Configuration Wizard in Context Menu >>>