Skip to content

Commit 0e4e644

Browse files
committed
Fix error: unknown type name uint32_t
1 parent fdc4f46 commit 0e4e644

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ftl.h

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#define FTL_H
33

44
#include "wmr.h"
5+
#include <stdint.h>
56

67
#define FTL_CXT_SECTION_SIZE 3
78
#define FTL_SPARE_TYPE_CXT_INDEX 0x43

0 commit comments

Comments
 (0)