Skip to content

Commit 7ba00b0

Browse files
Fix the size of the filesystem.
Correct typo: 0x400000 - 0x0B4000 = 0x34C000.
1 parent d03db14 commit 7ba00b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/components/fs

src/components/fs/FS.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ namespace Pinetime {
5353
*
5454
*/
5555
static constexpr size_t startAddress = 0x0B4000;
56-
static constexpr size_t size = 0x3C0000;
56+
static constexpr size_t size = 0x34C000;
5757
static constexpr size_t blockSize = 4096;
5858

5959
bool resourcesValid = false;

0 commit comments

Comments
 (0)