Error faced in error handler generated code
Hey! I am beginner with stm32cube ide. I was doing a simple interrupt push button with nvic. I had cross checked all of my initialisations with other posts over here and they matched. I am facing an error while building the project. The error says "expected indendent or statement at end of input" for the error handler function generated by by stm32. The same code for error handler was generated when I tried for simple led blinking but no error faced there.
There seems to be no indendent error when checked. Also i did not understand the statement at end of input part of the error
Any idea how I could solve this issue.
Your responses would help a ton!!

