Skip to content

Commit 90bbc93

Browse files
committed
format littlefs-shim
1 parent d7be31d commit 90bbc93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stm32h7/littlefs_shim.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#define SD_RW_TIMEOUT_MS 50
66

77
SD_HandleTypeDef* lfsshim_hsd;
8-
uint32_t lfsshim_first_block_offset = 0;
8+
uint32_t lfsshim_first_block_offfset = 0;
99

1010
int lfsshim_read(const struct lfs_config *c, lfs_block_t block, lfs_off_t off, void *buffer,
1111
lfs_size_t size) {

0 commit comments

Comments
 (0)