feat(wpa_supplicant): move CONFIG_LTM_FAST from libtommath.h to os.h

This commit is contained in:
Li Jingyi
2020-07-21 17:41:35 +08:00
parent d78a7448f1
commit 272c958bac
3 changed files with 4 additions and 7 deletions

View File

@ -22,6 +22,10 @@
// #include "esp32/rom/ets_sys.h"
#include "esp_libc.h"
#if CONFIG_LTM_FAST
#define LTM_FAST
#endif
typedef time_t os_time_t;
/**

View File

@ -17,9 +17,6 @@
#include "os.h"
#include "stdarg.h"
#if CONFIG_LTM_FAST
#define LTM_FAST
#endif
#ifndef CHAR_BIT
#define CHAR_BIT 8

View File

@ -16,10 +16,6 @@
#include "os.h"
#include "stdarg.h"
#if CONFIG_LTM_FAST
#define LTM_FAST
#endif
#ifndef CHAR_BIT
#define CHAR_BIT 8
#endif