Skip to content

Commit 8396aaf

Browse files
author
Rohit Grover
committed
add missing include for stdint.h to Driver_Storage.h
1 parent 81ab477 commit 8396aaf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hal/hal/storage_abstraction/Driver_Storage.h

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

21+
#include <stdint.h>
22+
2123
#ifdef __cplusplus
2224
extern "C" {
2325
#endif // __cplusplus

0 commit comments

Comments
 (0)