Skip to content

Commit b9b3ae4

Browse files
committed
[USB] usbd_interface_init() weak
Fix stm32duino#341 Signed-off-by: Frederic.Pillon <[email protected]>
1 parent a5c8ac0 commit b9b3ae4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: cores/arduino/stm32/usbd_interface.c

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ USBD_HandleTypeDef hUSBD_Device_CDC;
5959
* @param none
6060
* @retval none
6161
*/
62+
__attribute__((weak))
6263
void usbd_interface_init(void)
6364
{
6465
#ifdef USBD_USE_HID_COMPOSITE

0 commit comments

Comments
 (0)