Fix granularity of Generic AT RAM expansion card

This commit is contained in:
Jasmine Iwanek
2024-06-09 20:10:43 -04:00
parent 2273f563a5
commit cd41ef0123

View File

@@ -1215,7 +1215,7 @@ static const device_config_t genericat_config[] = {
.spinner = { .spinner = {
.min = 0, .min = 0,
.max = 16384, .max = 16384,
.step = 512 .step = 128
}, },
.selection = { { 0 } } .selection = { { 0 } }
}, },