Merge pull request #4521 from jriwanek-forks/128k
Fix granularity of Generic AT RAM expansion card
This commit is contained in:
@@ -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 } }
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user