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

DisplayApp now takes the filesystem as ctor arguments
This commit is contained in:
NeroBurner
2022-09-27 23:10:39 +02:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

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