forked from PAWPAW-Mirror/lib_xua
Whitespace only.
This commit is contained in:
@@ -57,11 +57,11 @@
|
|||||||
#ifdef DFU
|
#ifdef DFU
|
||||||
#include "dfu.h"
|
#include "dfu.h"
|
||||||
#define DFU_IF_NUM INPUT_INTERFACES + OUTPUT_INTERFACES + MIDI_INTERFACES + 1
|
#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);
|
extern void device_reboot(chanend);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
unsigned int DFU_mode_active = 0; // 0 - App active, 1 - DFU active
|
||||||
|
|
||||||
/* Global volume and mute tables */
|
/* Global volume and mute tables */
|
||||||
int volsOut[NUM_USB_CHAN_OUT + 1];
|
int volsOut[NUM_USB_CHAN_OUT + 1];
|
||||||
unsigned int mutesOut[NUM_USB_CHAN_OUT + 1];
|
unsigned int mutesOut[NUM_USB_CHAN_OUT + 1];
|
||||||
|
|||||||
Reference in New Issue
Block a user