mirror of https://github.com/ARMmbed/mbed-os.git
Compile: stm32f7xx_hal_pcd.c
../targets/TARGET_STM/TARGET_STM32F7/device/stm32f7xx_hal_pcd.c: In function 'PCD_WriteEmptyTxFifo':
../targets/TARGET_STM/TARGET_STM32F7/device/stm32f7xx_hal_pcd.c:1310:11: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (len > ep->maxpacket)
^
../targets/TARGET_STM/TARGET_STM32F7/device/stm32f7xx_hal_pcd.c:1325:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (len > ep->maxpacket)
^
|
||
|---|---|---|
| .. | ||
| TARGET_STM32F0 | ||
| TARGET_STM32F1 | ||
| TARGET_STM32F2 | ||
| TARGET_STM32F3 | ||
| TARGET_STM32F4 | ||
| TARGET_STM32F7 | ||
| TARGET_STM32L0 | ||
| TARGET_STM32L1 | ||
| TARGET_STM32L4 | ||
| PeripheralPins.h | ||
| PinNamesTypes.h | ||
| PortNames.h | ||
| analogin_api.c | ||
| analogout_api.c | ||
| can_api.c | ||
| gpio_api.c | ||
| gpio_irq_api.c | ||
| gpio_object.h | ||
| hal_tick_16b.c | ||
| hal_tick_32b.c | ||
| i2c_api.c | ||
| lp_ticker.c | ||
| mbed_overrides.c | ||
| mbed_rtx.h | ||
| nvic_addr.h | ||
| pinmap.c | ||
| port_api.c | ||
| pwmout_api.c | ||
| rtc_api.c | ||
| rtc_api_hal.h | ||
| serial_api.c | ||
| serial_api_hal.h | ||
| sleep.c | ||
| stm32_assert.h | ||
| stm_spi_api.c | ||
| trng_api.c | ||
| us_ticker_16b.c | ||
| us_ticker_32b.c | ||