summaryrefslogtreecommitdiff
path: root/io-module/mtdc_gpiob.c
diff options
context:
space:
mode:
Diffstat (limited to 'io-module/mtdc_gpiob.c')
-rw-r--r--io-module/mtdc_gpiob.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io-module/mtdc_gpiob.c b/io-module/mtdc_gpiob.c
index c207483..7cd38a8 100644
--- a/io-module/mtdc_gpiob.c
+++ b/io-module/mtdc_gpiob.c
@@ -10,7 +10,7 @@ struct gpio_pin *dc_gpio_pin_by_attr_name(const char *name) {
} else if (!strcmp(name, "dout-enable")) {
pin_attr_name = "dc-gpio3";
} else {
- log_error("daughter card attribute %s not available", name);
+ log_error("accessory card attribute %s not available", name);
return NULL;
}