mbed library sources

Fork of mbed-src by mbed official

Revision:
384:ef87175507f1
Parent:
380:510f0c3515e3
--- a/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_dcmi.c	Mon Nov 03 11:00:07 2014 +0000
+++ b/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_dcmi.c	Tue Nov 04 09:30:07 2014 +0000
@@ -144,7 +144,7 @@
 HAL_StatusTypeDef HAL_DCMI_Init(DCMI_HandleTypeDef *hdcmi)
 {     
   /* Check the DCMI peripheral state */
-  if(hdcmi == NULL)
+  if(hdcmi == HAL_NULL)
   {
      return HAL_ERROR;
   }