Skip to content

Commit

Permalink
remove unused definition
Browse files Browse the repository at this point in the history
  • Loading branch information
ANTodorov committed Nov 17, 2024
1 parent 861c7ef commit d49e1f6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/pmflash.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,5 @@ typedef struct {
uint8_t signature[FLASH_MEM_SIGNATURE_LEN];
} PACKED rdv40_validation_t;

// SPIFFS current allocates 192KB of the 256KB available.
#ifndef FLASH_SPIFFS_ALLOCATED_SIZE
# define FLASH_SPIFFS_ALLOCATED_SIZE (1024 * 192)
#endif

#endif // __PMFLASH_H

0 comments on commit d49e1f6

Please sign in to comment.