From cc5ee148cf3e87f8f7d78bb09612f3876a7ee3a8 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 30 Apr 2013 18:31:47 -0600 Subject: Add support for the MikroElektronika Mikromedia for STM32F4 development board. From Ken Petit --- nuttx/configs/mikroe-stm32f4/src/up_boot.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'nuttx/configs/mikroe-stm32f4/src/up_boot.c') diff --git a/nuttx/configs/mikroe-stm32f4/src/up_boot.c b/nuttx/configs/mikroe-stm32f4/src/up_boot.c index 1c7cd5b80..4fd18f729 100644 --- a/nuttx/configs/mikroe-stm32f4/src/up_boot.c +++ b/nuttx/configs/mikroe-stm32f4/src/up_boot.c @@ -2,7 +2,7 @@ * configs/mikroe_stm32f4/src/up_boot.c * arch/arm/src/board/up_boot.c * - * Copyright (C) 2011-2012 Gregory Nutt. All rights reserved. + * Copyright (C) 2011-2013 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -83,7 +83,7 @@ void stm32_boardinitialize(void) #endif /* Initialize USB if the 1) OTG FS controller is in the configuration and 2) - * disabled, and 3) the weak function stm32_usbinitialize() has been brought + * disabled, and 3) the weak function stm32_usbinitialize() has been brought * into the build. Presumeably either CONFIG_USBDEV or CONFIG_USBHOST is also * selected. */ @@ -94,5 +94,4 @@ void stm32_boardinitialize(void) stm32_usbinitialize(); } #endif - } -- cgit v1.2.3