diff options
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[]; }; |
