Compilation fix for newer mbed-os
Fork of X_NUCLEO_IDB0XA1 by
Diff: source/bluenrg-hci/utils/ble_osal.c
- Branch:
- 62617c71a850ca888ebd80352a9e3d91576361bd
- Revision:
- 298:a16d2170c282
- Parent:
- 280:fbee0e3444be
--- 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