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

@ -388,7 +388,7 @@ static void BootComCanCheckActivationRequest(void)
{
/* connection request received so start the bootloader */
BootActivate();
}
}
}
} /*** end of BootComCanCheckActivationRequest ***/
#endif /* BOOT_COM_CAN_ENABLE > 0 */

View File

@ -388,7 +388,7 @@ static void BootComCanCheckActivationRequest(void)
{
/* connection request received so start the bootloader */
BootActivate();
}
}
}
} /*** end of BootComCanCheckActivationRequest ***/
#endif /* BOOT_COM_CAN_ENABLE > 0 */

View File

@ -422,7 +422,7 @@ static void BootComCanCheckActivationRequest(void)
{
/* connection request received so start the bootloader */
BootActivate();
}
}
}
}
} /*** end of BootComCanCheckActivationRequest ***/

View File

@ -422,7 +422,7 @@ static void BootComCanCheckActivationRequest(void)
{
/* connection request received so start the bootloader */
BootActivate();
}
}
}
}
} /*** end of BootComCanCheckActivationRequest ***/

View File

@ -422,7 +422,7 @@ static void BootComCanCheckActivationRequest(void)
{
/* connection request received so start the bootloader */
BootActivate();
}
}
}
}
} /*** end of BootComCanCheckActivationRequest ***/

View File

@ -422,7 +422,7 @@ static void BootComCanCheckActivationRequest(void)
{
/* connection request received so start the bootloader */
BootActivate();
}
}
}
}
} /*** end of BootComCanCheckActivationRequest ***/

View File

@ -422,7 +422,7 @@ static void BootComCanCheckActivationRequest(void)
{
/* connection request received so start the bootloader */
BootActivate();
}
}
}
}
} /*** end of BootComCanCheckActivationRequest ***/

View File

@ -265,7 +265,7 @@ static void BootComCanCheckActivationRequest(void)
{
/* connection request received so start the bootloader */
BootActivate();
}
}
}
}
} /*** end of BootComCanCheckActivationRequest ***/

View File

@ -265,7 +265,7 @@ static void BootComCanCheckActivationRequest(void)
{
/* connection request received so start the bootloader */
BootActivate();
}
}
}
}
} /*** end of BootComCanCheckActivationRequest ***/

View File

@ -265,7 +265,7 @@ static void BootComCanCheckActivationRequest(void)
{
/* connection request received so start the bootloader */
BootActivate();
}
}
}
}
} /*** end of BootComCanCheckActivationRequest ***/

View File

@ -427,7 +427,7 @@ static void BootComCanCheckActivationRequest(void)
{
/* connection request received so start the bootloader */
BootActivate();
}
}
}
}
} /*** end of BootComCanCheckActivationRequest ***/

View File

@ -427,7 +427,7 @@ static void BootComCanCheckActivationRequest(void)
{
/* connection request received so start the bootloader */
BootActivate();
}
}
}
}
} /*** end of BootComCanCheckActivationRequest ***/

View File

@ -427,7 +427,7 @@ static void BootComCanCheckActivationRequest(void)
{
/* connection request received so start the bootloader */
BootActivate();
}
}
}
}
} /*** end of BootComCanCheckActivationRequest ***/

View File

@ -425,7 +425,7 @@ static void BootComCanCheckActivationRequest(void)
{
/* connection request received so start the bootloader */
BootActivate();
}
}
}
}
} /*** end of BootComCanCheckActivationRequest ***/

View File

@ -425,7 +425,7 @@ static void BootComCanCheckActivationRequest(void)
{
/* connection request received so start the bootloader */
BootActivate();
}
}
}
}
} /*** end of BootComCanCheckActivationRequest ***/

View File

@ -425,7 +425,7 @@ static void BootComCanCheckActivationRequest(void)
{
/* connection request received so start the bootloader */
BootActivate();
}
}
}
}
} /*** end of BootComCanCheckActivationRequest ***/

View File

@ -394,7 +394,7 @@ static void BootComCanCheckActivationRequest(void)
{
/* connection request received so start the bootloader */
BootActivate();
}
}
}
} /*** end of BootComCanCheckActivationRequest ***/
#endif /* BOOT_COM_CAN_ENABLE > 0 */

View File

@ -394,7 +394,7 @@ static void BootComCanCheckActivationRequest(void)
{
/* connection request received so start the bootloader */
BootActivate();
}
}
}
} /*** end of BootComCanCheckActivationRequest ***/
#endif /* BOOT_COM_CAN_ENABLE > 0 */

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;