mbed library sources. Supersedes mbed-src. Fixed broken STM32F1xx RTC on rtc_api.c
Dependents: Nucleo_F103RB_RTC_battery_bkup_pwr_off_okay
Fork of mbed-dev by
Diff: hal/storage_abstraction/Driver_Common.h
- Revision:
- 167:e84263d55307
- Parent:
- 149:156823d33999
--- a/hal/storage_abstraction/Driver_Common.h Thu Jun 08 15:02:37 2017 +0100 +++ b/hal/storage_abstraction/Driver_Common.h Wed Jun 21 17:46:44 2017 +0100 @@ -25,6 +25,8 @@ #include <stdint.h> #include <stdbool.h> +/****** This file has been deprecated since mbed-os-5.5 *****/ + #define ARM_DRIVER_VERSION_MAJOR_MINOR(major,minor) (((major) << 8) | (minor)) /**