From bd76e73b253fa14327425e3952815e720dbf8343 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Sat, 1 Dec 2018 13:58:09 -0800 Subject: [PATCH] fusee: fix configuration typo --- fusee/fusee-secondary/src/exocfg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fusee/fusee-secondary/src/exocfg.h b/fusee/fusee-secondary/src/exocfg.h index 133ebffd3..d21abb4f9 100644 --- a/fusee/fusee-secondary/src/exocfg.h +++ b/fusee/fusee-secondary/src/exocfg.h @@ -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 \ No newline at end of file