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_ltdc.c	Mon Nov 03 11:00:07 2014 +0000
+++ b/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_ltdc.c	Tue Nov 04 09:30:07 2014 +0000
@@ -150,7 +150,7 @@
   uint32_t tmp = 0, tmp1 = 0;
 
   /* Check the LTDC peripheral state */
-  if(hltdc == NULL)
+  if(hltdc == HAL_NULL)
   {
     return HAL_ERROR;
   }