Skip to content

Commit

Permalink
added missing typedef keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
ExtremeDude2 committed Oct 18, 2020
1 parent 3e30349 commit 04c2aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion su.h
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ extern void set_PC(unsigned int address);
#define SP_STATUS_SIG6 (0x00000001ul << 13)
#define SP_STATUS_SIG7 (0x00000001ul << 14)

enum {
typedef enum {
RCP_SP_MEM_ADDR_REG,
RCP_SP_DRAM_ADDR_REG,
RCP_SP_RD_LEN_REG,
Expand Down

0 comments on commit 04c2aba

Please sign in to comment.