While creating a project and adding necessary libraries with STM8s003f I am getting error in library.c files #error cpstm8 libraries\src\stm8s_adc1.c:91(14) missing prototype #error cpstm8 libraries\src\stm8s_adc1.c:92(14) missing prototype
If I commented these lines again error is notified in Clk.c file and repeated for other.My question is, if commenting all those lines will reflect any issues in building the code