From 65397668076dbfb70fc5202280839823d736fe5f Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Thu, 15 Nov 2012 17:49:17 +0000 Subject: [PATCH] Tidy only, no functional change --- module_usb_audio/endpoint0/endpoint0.xc | 3 --- 1 file changed, 3 deletions(-) diff --git a/module_usb_audio/endpoint0/endpoint0.xc b/module_usb_audio/endpoint0/endpoint0.xc index 9fcd2cc9..5d6fcc44 100755 --- a/module_usb_audio/endpoint0/endpoint0.xc +++ b/module_usb_audio/endpoint0/endpoint0.xc @@ -778,9 +778,6 @@ void Endpoint0( chanend c_ep0_out, chanend c_ep0_in, chanend c_audioControl, { timer tmr; unsigned s; - /* Send reboot command */ - //outuint(c_audioControl, SET_SAMPLE_FREQ); - //outuint(c_audioControl, AUDIO_REBOOT_FROM_DFU); tmr :> s; tmr when timerafter(s + 50000000) :> s; device_reboot(c_audioControl);