Why did I get this error "conflicting types for 'GPIO_RegDef_t'"?
I'm beginner and trying to write a driver for GPIO and received this error when compiling code.What do I do wrong when creating a structure? A library #include <stdint.h> at the beginning of the code included!typedef struct // RM -> Table 39. ...