Skip to content

Commit 3b0529a

Browse files
authored
Merge pull request #1 from ARMmbed/g-fix-size-const
Fix const attribute mismatch on size function
2 parents 96142e4 + aabeb8c commit 3b0529a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/filesystem/sd/SDBlockDevice.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ class SDBlockDevice : public BlockDevice {
149149
unsigned _block_size;
150150
bool _is_initialized;
151151
bool _dbg;
152-
Mutex _lock;
152+
mutable Mutex _lock;
153153
};
154154

155155

0 commit comments

Comments
 (0)