Question
Bug Report stm32l0xx_hal_gpio.c
Posted on June 18, 2015 at 14:06
Please fix the following bug, stm32l0xx_hal_gpio.c:259 V1.1.2
--- temp &= ~((uint32_t)0x0F) << (4 * (position & 0x03));+++ temp &= ~( ((uint32_t)0x0F) << (4 * (position & 0x03)) );Thanks