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:
Frank Voorburg 2018-06-12 15:25:25 +00:00
parent 1ca8417d71
commit 86c5f23b85
19 changed files with 18 additions and 19 deletions

View File

@ -449,7 +449,6 @@ static void BootComCanCheckActivationRequest(void)
/* connection request received so start the bootloader */
BootActivate();
}
}
/* release the receive object by clearing the rx flag */
CAN0RFLG &= CAN0RFLG_RXF_MASK;