mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-06 21:54:27 -04: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
1 changed files with 1 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue