Solved
Undefined reference to a function
I am learning stm32f407ve, And I am facing problem in building the project.

GPIO_Init( ) and GPIO_ReadFromInputPin( ) both functions are defined in the same files and declared in same files but when i build the project . I get Error for GPIO_ReadFromInputPin( ) and not for GPIO_Init( ) , how is this possible ?
![]()
