Merge pull request #69 from InfiniTimeOrg/displayapp-needs-fs

DisplayApp now takes the filesystem as ctor arguments
main
NeroBurner 2022-09-27 23:10:39 +07:00 committed by GitHub
commit 2cfd22c856
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

@ -1 +1 @@
Subproject commit f53e75063b6ef618d65a1f287df52ba01c3351f5
Subproject commit 63932810d2707e6c530dae64b209ac240137dc17

@ -360,7 +360,8 @@ Pinetime::Applications::DisplayApp displayApp(lcd,
timerController,
alarmController,
brightnessController,
touchHandler);
touchHandler,
fs);
Pinetime::System::SystemTask systemTask(spi,
lcd,