Change the AT expansion's default start_address

This commit is contained in:
Jasmine Iwanek
2024-07-08 18:02:43 -04:00
parent 5b553a2a4b
commit 915ddc147f

View File

@@ -1176,7 +1176,7 @@ static const device_config_t ibmat_config[] = {
.description = "Start Address",
.type = CONFIG_SPINNER,
.default_string = "",
.default_int = 512,
.default_int = 1024,
.file_filter = "",
.spinner = {
.min = 0,
@@ -1224,7 +1224,7 @@ static const device_config_t genericat_config[] = {
.description = "Start Address",
.type = CONFIG_SPINNER,
.default_string = "",
.default_int = 512,
.default_int = 1024,
.file_filter = "",
.spinner = {
.min = 0,