2015-06-18 05:06 AM
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)) );Thanks2015-06-22 03:52 AM
Hellogennaro82,
The bug is already reported in . It will be fixed in the package version 1.2.0. -Mayla-To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2015-06-22 07:18 AM
Thx