HAL_PCD compiled signed unsigned comparison warnings
If you compile stm32f4xx_hal_pcd.c with -Wall, you will get signed/unsigned comparison warnings. Most of them seem minor, however, in line 1299 they do the following:int32_t len; .. if(len <= 0U) { fifoemptymsk = 0x1U << epnum; USBx_DEVICE->D...