From 19a9fd0f6bb179fce8061b3080e93f94a37eeabe Mon Sep 17 00:00:00 2001 From: Jesse Gilles Date: Wed, 2 Jul 2014 14:53:12 -0500 Subject: more accssory card renaming --- io-module/mtdc_gpiob.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io-module/mtdc_gpiob.c') 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; } -- cgit v1.2.3