Skip to content

Commit 3442085

Browse files
authored
Merge pull request #692 from danielgjackson/fix-fs-size
Fix the size of the filesystem.
2 parents 6cf5797 + 7ba00b0 commit 3442085

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)