Merge pull request #4521 from jriwanek-forks/128k

Fix granularity of Generic AT RAM expansion card
This commit is contained in:
Miran Grča
2024-06-10 02:23:30 +02:00
committed by GitHub

View File

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