mirror of https://github.com/ARMmbed/mbed-os.git
the contents of Driver_Storage.h don't need to be guarded by #if DEVICE_STORAGE
parent
7d583e5541
commit
527e305df5
|
@ -18,8 +18,6 @@
|
|||
#ifndef __DRIVER_STORAGE_H
|
||||
#define __DRIVER_STORAGE_H
|
||||
|
||||
#if DEVICE_STORAGE
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif // __cplusplus
|
||||
|
@ -764,6 +762,4 @@ typedef struct _ARM_DRIVER_STORAGE {
|
|||
}
|
||||
#endif // __cplusplus
|
||||
|
||||
#endif /* #if DEVICE_STORAGE */
|
||||
|
||||
#endif /* __DRIVER_STORAGE_H */
|
||||
|
|
Loading…
Reference in New Issue