mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-06 05:34:50 -04:00
Add lots of value constructors.
This commit is contained in:
parent
cd31ae86d7
commit
4eb0facacb
54 changed files with 194 additions and 217 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue