Question
conflicting types error
I'm trying to make a smart irrigation using stm32f407 so, i used a Soil Moisture Sensors
i write my code but when i trying to run the problem is :Description Resource Path Location Type conflicting types for 'Read_Soil_Moisture'; have 'uint16_t(void)' {aka 'short unsigned int(void)'} main.c /Projectrrr/Core/Src line 89 C/C++ Problem
and this is my code:

so how i can solve this problem
