diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2023-02-23 22:20:22 +0200 |
|---|---|---|
| committer | Riku Isokoski <riksu9000@gmail.com> | 2023-02-24 17:41:41 +0200 |
| commit | 76f07de64b397bab011f2a4a2b44fd741beee458 (patch) | |
| tree | 0b31f0a2427591a3b2cc8c2d97f6145923ae53f4 /src/displayapp/DisplayApp.cpp | |
| parent | 1c4b97382a97a8d2222b3062e12d41aa24d4686f (diff) | |
displayapp: Make Cst816S references const
Diffstat (limited to 'src/displayapp/DisplayApp.cpp')
| -rw-r--r-- | src/displayapp/DisplayApp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/DisplayApp.cpp b/src/displayapp/DisplayApp.cpp index d19f4d68..1fcc7464 100644 --- a/src/displayapp/DisplayApp.cpp +++ b/src/displayapp/DisplayApp.cpp @@ -61,7 +61,7 @@ namespace { 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, |
