Bridgetek / ft9xx-sdk

ft90x SDK
MIT License
6 stars 0 forks source link

Incorrect prototypes added for compiler warnings. #41

Closed brtchip-gdm closed 9 months ago

brtchip-gdm commented 10 months ago

https://github.com/Bridgetek/ft9xx-sdk/blame/1b998d5fe6c2e2fa7077a67e81af339220fa6c79/Source/src/usbd.c#L381 The weak functions are called USBDX_pipe_isr, USBDX_pipe_isr_start and USBDX_pipe_isr_end.

brtchip-gdm commented 9 months ago

@BrtChipDatHoTan I've removed the forward declarations. Does not affect compilation.

BrtChipDatHoTan commented 9 months ago

Ya, it looks good to me. Thank you for finding this one.