mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-02-14 05:41:38 -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 touchscreen_threshold;
|
||||||
|
|
||||||
uint16_t UNUSED_16;
|
|
||||||
|
|
||||||
constexpr data_t()
|
constexpr data_t()
|
||||||
: structure_version(data_structure_version_enum::VERSION_CURRENT),
|
: structure_version(data_structure_version_enum::VERSION_CURRENT),
|
||||||
target_frequency(target_frequency_reset_value),
|
target_frequency(target_frequency_reset_value),
|
||||||
@ -312,8 +310,7 @@ struct data_t {
|
|||||||
config_mode_storage(CONFIG_MODE_NORMAL_VALUE),
|
config_mode_storage(CONFIG_MODE_NORMAL_VALUE),
|
||||||
dst_config(),
|
dst_config(),
|
||||||
menu_color(Color::grey()),
|
menu_color(Color::grey()),
|
||||||
touchscreen_threshold(32),
|
touchscreen_threshold(32) {
|
||||||
UNUSED_16() {
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user