Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-src by
Diff: targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_nor.c
- Revision:
- 384:ef87175507f1
- Parent:
- 380:510f0c3515e3
- Child:
- 532:fe11edbda85c
diff -r 0564d9840d0d -r ef87175507f1 targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_nor.c
--- a/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_nor.c Mon Nov 03 11:00:07 2014 +0000
+++ b/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_nor.c Tue Nov 04 09:30:07 2014 +0000
@@ -134,7 +134,7 @@
HAL_StatusTypeDef HAL_NOR_Init(NOR_HandleTypeDef *hnor, FMC_NORSRAM_TimingTypeDef *Timing, FMC_NORSRAM_TimingTypeDef *ExtTiming)
{
/* Check the NOR handle parameter */
- if(hnor == NULL)
+ if(hnor == HAL_NULL)
{
return HAL_ERROR;
}
