fix(esp8266): remove 40MHz STAL option

This commit is contained in:
Dong Heng
2019-11-11 14:11:53 +08:00
parent 3db311c437
commit 668c3bbb2c
2 changed files with 0 additions and 19 deletions

View File

@@ -27,13 +27,7 @@
extern "C" {
#endif
#if CONFIG_CRYSTAL_USED_26MHZ
#define CRYSTAL_USED 26
#endif
#if CONFIG_CRYSTAL_USED_40MHZ
#define CRYSTAL_USED 40
#endif
typedef enum {
ESP_MAC_WIFI_STA,