mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-10 23:06:40 +00:00
efuse: Adds support for esp32-s2 chip
This commit is contained in:
@@ -16,6 +16,13 @@
|
||||
|
||||
uint8_t bootloader_common_get_chip_revision(void)
|
||||
{
|
||||
// should return the same value as esp_efuse_get_chip_ver()
|
||||
/* No other revisions for ESP32-S3 */
|
||||
return 0;
|
||||
}
|
||||
|
||||
uint32_t bootloader_common_get_chip_ver_pkg(void)
|
||||
{
|
||||
// should return the same value as esp_efuse_get_pkg_ver()
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user