From c6685c7f7d5d1827b1d996a9b91703682cf34afc Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 2 Apr 2014 09:02:15 -0600 Subject: [PATCH] Fix typo introduced to the serial driver when the DBGU driver was added --- arch/arm/src/sama5/sam_serial.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/arm/src/sama5/sam_serial.c b/arch/arm/src/sama5/sam_serial.c index ca7e46121e..4cbcf5f506 100644 --- a/arch/arm/src/sama5/sam_serial.c +++ b/arch/arm/src/sama5/sam_serial.c @@ -1,7 +1,7 @@ /**************************************************************************** * arch/arm/src/sama5/sam_serial.c * - * Copyright (C) 2013 Gregory Nutt. All rights reserved. + * Copyright (C) 2013-2014 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -174,7 +174,6 @@ #ifdef USE_SERIALDRIVER -#undef HAVE_UART_CONSOLE #undef TTYS1_DEV #undef TTYS2_DEV #undef TTYS3_DEV