mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 20:21:04 +00:00
make bootloader_support support esp32s2beta
This commit is contained in:
@@ -200,7 +200,6 @@ esp_err_t esp_read_mac(uint8_t* mac, esp_mac_type_t type)
|
||||
ESP_LOGW(TAG, "incorrect mac type");
|
||||
break;
|
||||
}
|
||||
|
||||
return ESP_OK;
|
||||
}
|
||||
|
||||
@@ -366,4 +365,3 @@ void esp_chip_info(esp_chip_info_t* out_info)
|
||||
out_info->features = CHIP_FEATURE_WIFI_BGN;
|
||||
|
||||
// FIXME: other features?
|
||||
}
|
||||
|
Reference in New Issue
Block a user