Question
L4 cubeMx package ver 1.12 inconsistency
Hello there,
Here is my CubeMX version:

Here is my L4 libs version:

I have noticed some disturbing inconsistencies in the #ifdef include guards generated in the default peripherals code. So far all peripherals has guards like this:
#ifndef __STM32L4xx_HAL_FLASH_H
#define __STM32L4xx_HAL_FLASH_HNow, only some peripherals has those. Some others use these:
#ifndef STM32L4xx_HAL_I2C_H
#define STM32L4xx_HAL_I2C_HWhy remove the "__" suffix in some libs? I only noticed those, because I was using those defines for something. Please confirm. @Imen DAHMEN ?
