Closed paradigmn closed 1 year ago
The issue is actually due to the lack of a "static" classifier on the USBD_GS_CAN_PrepareReceive() function. We shouldn't need to add the function to the header file as it has local scope. I'll make a change in the .c file to fix this.
Hi, while trying to compile the firmware I ran into a linker error:
This was caused by a missing reference in a header file. Adding the missing prototype fixed the issue for me.