Merge pull request #692 from danielgjackson/fix-fs-size
Fix the size of the filesystem.
This commit is contained in:
commit
3442085a3c
|
@ -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 New Issue
Block a user