kB -> KB.

This commit is contained in:
OBattler
2024-11-19 04:08:21 +01:00
parent c38fc46670
commit 463badd613
41 changed files with 636 additions and 636 deletions

View File

@@ -577,11 +577,11 @@ static const device_config_t oti067_config[] = {
.default_int = 512,
.selection = {
{
.description = "256 kB",
.description = "256 KB",
.value = 256
},
{
.description = "512 kB",
.description = "512 KB",
.value = 512
},
{
@@ -602,11 +602,11 @@ static const device_config_t oti067_ama932j_config[] = {
.default_int = 256,
.selection = {
{
.description = "256 kB",
.description = "256 KB",
.value = 256
},
{
.description = "512 kB",
.description = "512 KB",
.value = 512
},
{
@@ -627,11 +627,11 @@ static const device_config_t oti077_acer100t_config[] = {
.default_int = 512,
.selection = {
{
.description = "256 kB",
.description = "256 KB",
.value = 256
},
{
.description = "512 kB",
.description = "512 KB",
.value = 512
},
{
@@ -656,11 +656,11 @@ static const device_config_t oti077_config[] = {
.default_int = 1024,
.selection = {
{
.description = "256 kB",
.description = "256 KB",
.value = 256
},
{
.description = "512 kB",
.description = "512 KB",
.value = 512
},
{