summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJF <JF002@users.noreply.github.com>2021-10-03 16:06:30 +0200
committerGitHub <noreply@github.com>2021-10-03 16:06:30 +0200
commit3442085a3c03fcc0975d1c8c46a838bc18ae5574 (patch)
treeca6e964c533160e0e7ad0e9d31b5a186415c8a3f
parent6cf57970494ba16088bfbb2a065082f59d84ff0a (diff)
parent7ba00b01577da988565094937e00f70b78e39ecc (diff)
Merge pull request #692 from danielgjackson/fix-fs-size
Fix the size of the filesystem.
-rw-r--r--src/components/fs/FS.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/fs/FS.h b/src/components/fs/FS.h
index 1f2eb7e0..75ba16c8 100644
--- a/src/components/fs/FS.h
+++ b/src/components/fs/FS.h
@@ -53,7 +53,7 @@ namespace Pinetime {
*
*/
static constexpr size_t startAddress = 0x0B4000;
- static constexpr size_t size = 0x3C0000;
+ static constexpr size_t size = 0x34C000;
static constexpr size_t blockSize = 4096;
bool resourcesValid = false;