mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-04 20:53:06 +08:00
feat(wpa_supplicant): move CONFIG_LTM_FAST from libtommath.h to os.h
This commit is contained in:
@ -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;
|
||||
|
||||
/**
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user