mirror of https://github.com/rusefi/openblt.git
Refs #567. Correct a few closing curly brace indentations after a call to BootActivate().
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@527 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
This commit is contained in:
parent
1ca8417d71
commit
86c5f23b85
|
@ -449,7 +449,6 @@ static void BootComCanCheckActivationRequest(void)
|
||||||
/* connection request received so start the bootloader */
|
/* connection request received so start the bootloader */
|
||||||
BootActivate();
|
BootActivate();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
/* release the receive object by clearing the rx flag */
|
/* release the receive object by clearing the rx flag */
|
||||||
CAN0RFLG &= CAN0RFLG_RXF_MASK;
|
CAN0RFLG &= CAN0RFLG_RXF_MASK;
|
||||||
|
|
Loading…
Reference in New Issue