From fd77e5543e3d3caecf8f5f2365dbb3adffa64ae7 Mon Sep 17 00:00:00 2001 From: TuxSH Date: Wed, 23 May 2018 18:46:39 +0200 Subject: [PATCH] =?UTF-8?q?Add=20debug=20comment=20for=20exosph=C3=A8re?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fusee/fusee-secondary/src/nxboot.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fusee/fusee-secondary/src/nxboot.c b/fusee/fusee-secondary/src/nxboot.c index e8f319d8d..de4f350dc 100644 --- a/fusee/fusee-secondary/src/nxboot.c +++ b/fusee/fusee-secondary/src/nxboot.c @@ -227,6 +227,7 @@ void nxboot_main(void) { while (MAILBOX_NX_BOOTLOADER_IS_SECMON_AWAKE == 0) { /* Wait for Exosphere to wake up. */ } + printf(u8"Exopshère is responding!\n"); if (MAILBOX_EXOSPHERE_CONFIGURATION->target_firmware < EXOSPHERE_TARGET_FIRMWARE_400) { MAILBOX_NX_BOOTLOADER_SETUP_STATE = NX_BOOTLOADER_STATE_FINISHED; } else {