Hi,I my compiler always fails compilation on the first line of stm32l073xx.h, which is totally correct code. stm32l073xx.h:70:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'typedef'I assume there is a syntax error in the file whic...