mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-18 10:31:09 +00:00
spi_flash: remove duplicate definition of spi_flash_unlock
The other (static) definition is in flash_ops.c, all references are also in flash_ops.c.
This commit is contained in:
committed by
Angus Gratton
parent
2f557d1a59
commit
12c9d9a564
4
examples/security/flash_encryption/sdkconfig.defaults
Normal file
4
examples/security/flash_encryption/sdkconfig.defaults
Normal file
@@ -0,0 +1,4 @@
|
||||
# This example uses an extra partition to demonstrate encrypted/non-encrypted reads/writes.
|
||||
CONFIG_PARTITION_TABLE_CUSTOM=y
|
||||
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_example.csv"
|
||||
CONFIG_PARTITION_TABLE_FILENAME="partitions_example.csv"
|
||||
Reference in New Issue
Block a user