Skip to content

Commit 527e305

Browse files
author
Rohit Grover
committed
the contents of Driver_Storage.h don't need to be guarded by #if DEVICE_STORAGE
1 parent 7d583e5 commit 527e305

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

hal/hal/storage_abstraction/Driver_Storage.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
#ifndef __DRIVER_STORAGE_H
1919
#define __DRIVER_STORAGE_H
2020

21-
#if DEVICE_STORAGE
22-
2321
#ifdef __cplusplus
2422
extern "C" {
2523
#endif // __cplusplus
@@ -764,6 +762,4 @@ typedef struct _ARM_DRIVER_STORAGE {
764762
}
765763
#endif // __cplusplus
766764

767-
#endif /* #if DEVICE_STORAGE */
768-
769765
#endif /* __DRIVER_STORAGE_H */

0 commit comments

Comments
 (0)