From 9beadac6074f0ad71e592737e585309840c20cdd Mon Sep 17 00:00:00 2001 From: OBattler Date: Sun, 10 Nov 2024 05:17:58 +0100 Subject: [PATCH] Some forgotten instances of "address" in network/net_wd8003.c. --- src/network/net_wd8003.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/network/net_wd8003.c b/src/network/net_wd8003.c index 4ea3f4525..5fd1034eb 100644 --- a/src/network/net_wd8003.c +++ b/src/network/net_wd8003.c @@ -908,7 +908,7 @@ static const device_config_t wd8003eb_config[] = { }, { .name = "ram_addr", - .description = "RAM address", + .description = "RAM Address", .type = CONFIG_HEX20, .default_string = "", .default_int = 0xD0000, @@ -997,7 +997,7 @@ static const device_config_t wd8013_config[] = { }, { .name = "ram_addr", - .description = "RAM address", + .description = "RAM Address", .type = CONFIG_HEX20, .default_string = "", .default_int = 0xD0000,