mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-02-12 04:31:22 -05:00
replace pmem instead of add a new for touchscreen auto detection (#2308)
* replace instead of add * submodule
This commit is contained in:
parent
8e945024c5
commit
cc7123b28d
@ -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) {
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user