From 2b8419d7fb9e95d87484ff96f6a4024b7fadbf85 Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Tue, 30 Jun 2015 14:16:28 +0100 Subject: [PATCH] Removed extra channel comms during dfu reboot. --- module_usb_audio/reboot.xc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module_usb_audio/reboot.xc b/module_usb_audio/reboot.xc index 14707daf..7213db6d 100644 --- a/module_usb_audio/reboot.xc +++ b/module_usb_audio/reboot.xc @@ -62,11 +62,11 @@ void device_reboot_aux(void) void device_reboot(chanend spare) { #if (XUD_SERIES_SUPPORT != XUD_U_SERIES) - outct(spare, XS1_CT_END); // have to do this before freeing the chanend - inct(spare); // Receive end ct from usb_buffer to close down in both directions + //outct(spare, XS1_CT_END); // have to do this before freeing the chanend + //inct(spare); // Receive end ct from usb_buffer to close down in both directions /* Need a spare chanend so we can talk to the pll register */ - asm("freer res[%0]"::"r"(spare)); + //asm("freer res[%0]"::"r"(spare)); #endif device_reboot_aux();