Fix the size of the filesystem.
Correct typo: 0x400000 - 0x0B4000 = 0x34C000.
This commit is contained in:
parent
d03db14129
commit
7ba00b0157
|
@ -53,7 +53,7 @@ namespace Pinetime {
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
static constexpr size_t startAddress = 0x0B4000;
|
static constexpr size_t startAddress = 0x0B4000;
|
||||||
static constexpr size_t size = 0x3C0000;
|
static constexpr size_t size = 0x34C000;
|
||||||
static constexpr size_t blockSize = 4096;
|
static constexpr size_t blockSize = 4096;
|
||||||
|
|
||||||
bool resourcesValid = false;
|
bool resourcesValid = false;
|
||||||
|
|
Loading…
Reference in a new issue