Skip to content

Commit

Permalink
fusee: fix configuration typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SciresM committed Dec 1, 2018
1 parent fc426a0 commit bd76e73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fusee/fusee-secondary/src/exocfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ typedef struct {
#define MAILBOX_EXOSPHERE_CONFIGURATION ((volatile exosphere_config_t *)(0x40002E40))

#define EXOSPHERE_TARGETFW_KEY "target_firmware"
#define EXOSPHERE_DEBUGMODE_PRIV_KEY "debug_mode"
#define EXOSPHERE_DEBUGMODE_USER_KEY "debug_mode_user"
#define EXOSPHERE_DEBUGMODE_PRIV_KEY "debugmode"
#define EXOSPHERE_DEBUGMODE_USER_KEY "debugmode_user"

#endif

0 comments on commit bd76e73

Please sign in to comment.