Skip to content

Commit

Permalink
ports/nrf/modules/os/microbitfs.c: Fix wrong conflict resolution.
Browse files Browse the repository at this point in the history
Signed-off-by: enriquezgarc <[email protected]>
  • Loading branch information
jaenrig-ifx committed Jan 22, 2024
1 parent f0663a7 commit 2fa0cce
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ports/nrf/modules/os/microbitfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,6 @@
/** Must be such that sizeof(file_header) < DATA_PER_CHUNK */
#define MAX_FILENAME_LENGTH 120

<<<<<<< HEAD
=======
// Minimum number of free chunks to justify sweeping.
// If this is too low it may cause excessive wear
#define MIN_CHUNKS_FOR_SWEEP (FLASH_PAGESIZE / CHUNK_SIZE)

>>>>>>> 7cfef87f1 (ports/nrf: Fix code formatting.)
#define FILE_NOT_FOUND ((uint8_t)-1)

/** Maximum number of chunks allowed in filesystem. 252 chunks is 31.5kB */
Expand Down

0 comments on commit 2fa0cce

Please sign in to comment.