mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-10-21 11:49:17 +00:00
Add lots of value constructors.
This commit is contained in:
@@ -65,9 +65,9 @@ private:
|
||||
|
||||
uint32_t samples_count { 0 };
|
||||
|
||||
touch::DigitizerPoint average;
|
||||
touch::DigitizerPoint average { };
|
||||
|
||||
std::array<touch::DigitizerPoint, 3> digitizer_points;
|
||||
std::array<touch::DigitizerPoint, 3> digitizer_points { };
|
||||
|
||||
touch::Calibration calibration;
|
||||
|
||||
|
Reference in New Issue
Block a user