Compilation fix for newer mbed-os
Fork of X_NUCLEO_IDB0XA1 by
Revision 298:a16d2170c282, committed 2016-09-15
- Comitter:
- Vincent Coubard
- Date:
- Thu Sep 15 10:52:06 2016 +0100
- Branch:
- 62617c71a850ca888ebd80352a9e3d91576361bd
- Parent:
- 297:c26445716704
- Child:
- 299:1c123f1c42ef
- Commit message:
- Sync with 62617c71a850ca888ebd80352a9e3d91576361bd
2016-07-28 16:16:04+02:00: Andrea Palmieri
Update include
Signed-off-by: Andrea Palmieri <andrea.palmieri@st.com>
Changed in this revision
--- a/source/bluenrg-hci/utils/ble_osal.c Thu Sep 15 10:52:05 2016 +0100 +++ b/source/bluenrg-hci/utils/ble_osal.c Thu Sep 15 10:52:06 2016 +0100 @@ -1,6 +1,6 @@ /** ****************************************************************************** -* @file osal.c +* @file ble_osal.c * @author AMS - HEA&RF BU / CL * @version V1.0.0 * @date 04-July-2014 @@ -38,7 +38,7 @@ /* Includes ------------------------------------------------------------------*/ #include <string.h> -#include <osal.h> +#include <ble_osal.h> /** * @brief Osal_MemCpy @@ -69,4 +69,4 @@ * local Functions *****************************************************************************/ - /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ + /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ \ No newline at end of file
--- a/x-nucleo-idb0xa1/bluenrg-hci/ble_osal.h Thu Sep 15 10:52:05 2016 +0100 +++ b/x-nucleo-idb0xa1/bluenrg-hci/ble_osal.h Thu Sep 15 10:52:06 2016 +0100 @@ -1,5 +1,5 @@ /******************** (C) COPYRIGHT 2012 STMicroelectronics ******************** -* File Name : osal.h +* File Name : ble_osal.h * Author : AMS - HEA&RF BU * Version : V1.0.0 * Date : 19-July-2012