mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-06 07:37:37 +03:00
Formatting
This commit is contained in:
parent
80b287429b
commit
4739c18e66
@ -28,7 +28,6 @@ struct SettingInfo {
|
|||||||
// Bounds/step for VALUE type settings
|
// Bounds/step for VALUE type settings
|
||||||
ValueRange valueRange;
|
ValueRange valueRange;
|
||||||
|
|
||||||
|
|
||||||
// Static constructors
|
// Static constructors
|
||||||
static SettingInfo Toggle(const char* name, uint8_t CrossPointSettings::* ptr) {
|
static SettingInfo Toggle(const char* name, uint8_t CrossPointSettings::* ptr) {
|
||||||
return {name, SettingType::TOGGLE, ptr};
|
return {name, SettingType::TOGGLE, ptr};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user