mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
global: rename esp32s2beta to esp32s2
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
#include <assert.h>
|
||||
#if CONFIG_IDF_TARGET_ESP32
|
||||
#include "esp32/sha.h"
|
||||
#elif CONFIG_IDF_TARGET_ESP32S2BETA
|
||||
#include "esp32s2beta/sha.h"
|
||||
#elif CONFIG_IDF_TARGET_ESP32S2
|
||||
#include "esp32s2/sha.h"
|
||||
#endif
|
||||
|
||||
#include <mbedtls/sha1.h>
|
||||
|
Reference in New Issue
Block a user