Skip to content

Commit

Permalink
Merge pull request #3 from Florin9doi/main
Browse files Browse the repository at this point in the history
Fix error: unknown type name uint32_t
  • Loading branch information
devos50 authored Dec 26, 2022
2 parents fdc4f46 + 0e4e644 commit b2cc08b
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 b2cc08b

Please sign in to comment.