diff --git a/arch/arm/src/sam3u/sam3u_hsmci.c b/arch/arm/src/sam3u/sam3u_hsmci.c index d41546058ad..1ab0dbc75dd 100755 --- a/arch/arm/src/sam3u/sam3u_hsmci.c +++ b/arch/arm/src/sam3u/sam3u_hsmci.c @@ -1560,7 +1560,7 @@ static void sam3u_sendcmd(FAR struct sdio_dev_s *dev, uint32_t cmd, uint32_t arg /* 'OR' in Open Drain option */ #if 0 /* No MMC support */ - if ((cmd & MMCSD_OPENDRAN) != 0) + if ((cmd & MMCSD_OPENDRAIN) != 0) { regval |= HSMCI_CMDR_OPDCMD; } diff --git a/arch/arm/src/stm32/stm32_gpio.c b/arch/arm/src/stm32/stm32_gpio.c index d10c9328b07..2e323f906e1 100755 --- a/arch/arm/src/stm32/stm32_gpio.c +++ b/arch/arm/src/stm32/stm32_gpio.c @@ -1,7 +1,7 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_gpio.c * - * Copyright (C) 2009 Gregory Nutt. All rights reserved. + * Copyright (C) 2009, 2011 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -47,6 +47,7 @@ #include "up_arch.h" #include "chip.h" #include "stm32_gpio.h" +#include "stm32_rcc.h" #include "stm32_internal.h" /****************************************************************************