displayapp: Make Cst816S references const

This commit is contained in:
Riku Isokoski
2023-02-23 22:20:22 +02:00
parent 1c4b97382a
commit 76f07de64b
6 changed files with 8 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ using namespace Pinetime::Applications;
DisplayApp::DisplayApp(Drivers::St7789& lcd,
Components::LittleVgl& /*lvgl*/,
Drivers::Cst816S& /*touchPanel*/,
const Drivers::Cst816S& /*touchPanel*/,
const Controllers::Battery& /*batteryController*/,
Controllers::Ble& bleController,
Controllers::DateTime& /*dateTimeController*/,