Skip to content

Commit

Permalink
Add typedef for uint8_t in common.h
Browse files Browse the repository at this point in the history
  • Loading branch information
savaughn committed Feb 28, 2024
1 parent f61326e commit 36fa634
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/include/wariosave/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
#define MAX_COURSE_NAME_CHAR 18
#define MAX_COIN_DIGITS_STR 7

typedef unsigned char uint8_t;

typedef struct
{
char name[MAX_LVL_NAME_CHAR];
Expand Down

0 comments on commit 36fa634

Please sign in to comment.