X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fcore%2Fao_storage.h;h=6cc6fcb70797bfa5dbc66fed6979925e58d44c50;hb=1bf84ec28a41f7bd1b11ba45b4639856266227bc;hp=d6e95605e7e6265e3bc8e17c8ff4ae3e2f3bdcb7;hpb=83437b2fe304599e22d0a98b5410808bcb67dc97;p=fw%2Faltos diff --git a/src/core/ao_storage.h b/src/core/ao_storage.h index d6e95605..6cc6fcb7 100644 --- a/src/core/ao_storage.h +++ b/src/core/ao_storage.h @@ -51,8 +51,6 @@ extern __pdata ao_pos_t ao_storage_config; /* Storage unit size - device reads and writes must be within blocks of this size. Usually 256 bytes. */ extern __pdata uint16_t ao_storage_unit; -#define AO_STORAGE_ERASE_LOG (ao_storage_config + AO_CONFIG_MAX_SIZE) - /* Initialize above values. Can only be called once the OS is running */ void ao_storage_setup(void) __reentrant;