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;
/**