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