mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-12-15 10:17:49 +08:00
feat(wpa_supplicant): move CONFIG_LTM_FAST from libtommath.h to os.h
This commit is contained in:
@@ -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