diff options
Diffstat (limited to 'fatfs/fatfs.h')
-rw-r--r-- | fatfs/fatfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fatfs/fatfs.h b/fatfs/fatfs.h index a741d875..167ad583 100644 --- a/fatfs/fatfs.h +++ b/fatfs/fatfs.h @@ -95,7 +95,7 @@ extern vm_address_t zerocluster; extern struct dirrect dr_root_node; -#define LOG2_BLOCKS_PER_CLUSTER +#define LOG2_BLOCKS_PER_CLUSTER \ (log2_bytes_per_cluster - store->logs2_block_size) #define round_cluster(offs) \ |