diff options
| author | Tim Keller <geekboy1011@gmail.com> | 2021-10-19 19:03:00 (GMT) |
|---|---|---|
| committer | Tim Keller <geekboy1011@gmail.com> | 2021-12-10 01:18:57 (GMT) |
| commit | d89e38d3bf9e84e69635f0cb10cc42f0071fa038 (patch) | |
| tree | 3745d24d864e586bf24adff99be02f13f23c3b29 /src/components/ble/FSService.h | |
| parent | 8f6a390c36007eecb875bca6d8be860dbec6bd9c (diff) | |
Focus on getting flash access working properly
Diffstat (limited to 'src/components/ble/FSService.h')
| -rw-r--r-- | src/components/ble/FSService.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ble/FSService.h b/src/components/ble/FSService.h index 93205e5..114c1e0 100644 --- a/src/components/ble/FSService.h +++ b/src/components/ble/FSService.h @@ -109,7 +109,7 @@ namespace Pinetime { uint32_t entry; uint32_t totalentries; uint32_t flags; - uint32_t modification_time; + uint64_t modification_time; uint32_t file_size; char path[]; }; |
