Merge pull request #5 from grant-olson/typo_fix

Add semi-colon
This commit is contained in:
Justin Hammond 2023-01-29 10:26:17 +08:00 committed by GitHub
commit f88cc997e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,7 +74,7 @@ void UART2_IRQHandler(int irq, void *arg)
#ifdef CONFIG_LL_IRQFWD_USB
void USB_IRQHandler(int irq, void *arg)
{
LOG_D("Got USB IRQ\r\n")
LOG_D("Got USB IRQ\r\n");
Send_IPC_IRQ(BLFB_IPC_DEVICE_USB);
}
#endif