mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-05 08:27:30 +00:00
esp_rom: extract common efuse apis into esp_rom_efuse.h
This commit is contained in:
@@ -17,8 +17,6 @@
|
||||
|
||||
#if CONFIG_IDF_ENV_FPGA
|
||||
|
||||
#if CONFIG_IDF_TARGET_ESP32S2
|
||||
|
||||
#include "esp32s2/rom/efuse.h"
|
||||
|
||||
/* Allow testing varying message lengths (truncating the same message)
|
||||
@@ -972,6 +970,4 @@ TEST_CASE("HMAC key out of range", "[hw_crypto]")
|
||||
TEST_ASSERT_EQUAL(ESP_ERR_INVALID_ARG, esp_hmac_calculate(HMAC_KEY5 + 1, message, 47, hmac));
|
||||
}
|
||||
|
||||
#endif // CONFIG_IDF_TARGET_ESP32S2
|
||||
|
||||
#endif // CONFIG_IDF_ENV_FPGA
|
||||
|
||||
Reference in New Issue
Block a user