From 70d8a2fd67e96a614be7e214bbde9c0d2e2127a3 Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Fri, 21 Aug 2015 12:09:40 +0100 Subject: [PATCH] Whitespace only. --- module_usb_audio/endpoint0/endpoint0.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module_usb_audio/endpoint0/endpoint0.c b/module_usb_audio/endpoint0/endpoint0.c index 7cdc9a3a..c92b3a02 100755 --- a/module_usb_audio/endpoint0/endpoint0.c +++ b/module_usb_audio/endpoint0/endpoint0.c @@ -57,11 +57,11 @@ #ifdef DFU #include "dfu.h" #define DFU_IF_NUM INPUT_INTERFACES + OUTPUT_INTERFACES + MIDI_INTERFACES + 1 - -unsigned int DFU_mode_active = 0; // 0 - App active, 1 - DFU active extern void device_reboot(chanend); #endif +unsigned int DFU_mode_active = 0; // 0 - App active, 1 - DFU active + /* Global volume and mute tables */ int volsOut[NUM_USB_CHAN_OUT + 1]; unsigned int mutesOut[NUM_USB_CHAN_OUT + 1];