Fix the size of the filesystem.

Correct typo: 0x400000 - 0x0B4000 = 0x34C000.
This commit is contained in:
Daniel Jackson 2021-09-27 02:42:53 +01:00 committed by GitHub
parent d03db14129
commit 7ba00b0157
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;