Skip to content

Commit

Permalink
Fix error: unknown type name uint32_t
Browse files Browse the repository at this point in the history
  • Loading branch information
Florin9doi committed Dec 26, 2022
1 parent fdc4f46 commit 0e4e644
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ftl.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define FTL_H

#include "wmr.h"
#include <stdint.h>

#define FTL_CXT_SECTION_SIZE 3
#define FTL_SPARE_TYPE_CXT_INDEX 0x43
Expand Down

0 comments on commit 0e4e644

Please sign in to comment.