From f45ddeea129e2757a00368e165ccc8bd14b9a091 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 13 Oct 2016 07:51:55 +0200 Subject: bsp/atsamv: Fix typo --- c/src/lib/libbsp/arm/atsam/console/console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src') diff --git a/c/src/lib/libbsp/arm/atsam/console/console.c b/c/src/lib/libbsp/arm/atsam/console/console.c index ebf284b9ac..84cfea86e8 100644 --- a/c/src/lib/libbsp/arm/atsam/console/console.c +++ b/c/src/lib/libbsp/arm/atsam/console/console.c @@ -517,7 +517,7 @@ rtems_status_code console_initialize( #if ATSAM_CONSOLE_DEVICE_TYPE == 1 if (i == ATSAM_CONSOLE_DEVICE_INDEX) { atsam_uart_instances[i].console = true; - link(&usart[0], CONSOLE_DEVICE_NAME); + link(&uart[0], CONSOLE_DEVICE_NAME); } #endif } -- cgit v1.2.3