replace pmem instead of add a new for touchscreen auto detection (#2308)

* replace instead of add

* submodule
This commit is contained in:
sommermorgentraum 2024-10-17 01:28:58 +08:00 committed by GitHub
parent 8e945024c5
commit cc7123b28d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -254,8 +254,6 @@ struct data_t {
uint16_t touchscreen_threshold;
uint16_t UNUSED_16;
constexpr data_t()
: structure_version(data_structure_version_enum::VERSION_CURRENT),
target_frequency(target_frequency_reset_value),
@ -312,8 +310,7 @@ struct data_t {
config_mode_storage(CONFIG_MODE_NORMAL_VALUE),
dst_config(),
menu_color(Color::grey()),
touchscreen_threshold(32),
UNUSED_16() {
touchscreen_threshold(32) {
}
};