xpd: Cleaned up whitespace

This commit is contained in:
Ross Owen
2015-06-19 16:11:59 +01:00
parent 8b98db1b0f
commit cdc2d74016
7 changed files with 38 additions and 38 deletions

View File

@@ -571,10 +571,10 @@ void Endpoint0(chanend c_ep0_out, chanend c_ep0_in, chanend c_audioControl,
// Handshake
chkct(c_audioControl, XS1_CT_END);
}
/* This will return 1 if reset requested */
result = DFUDeviceRequests(ep0_out, &ep0_in, &sp, null, g_interfaceAlt[sp.wIndex], dfuInterface, &reset);
if(reset && result == XUD_RES_OKAY)
{
DFUDelay(50000000);