Resolved! Error with pointer to a typedef struct
Hello, I have a problem with a typedef struct.I made a typedef struct :typedef struct BMP280_HandleTypeDef{ uint16_t dig_T1; int16_t dig_T2; int16_t dig_T3;} BMP280_HandleTypeDef ;In my function I declare the instance of it :void myfunction{BMP280...