Modification of .h file not seen by IDE editor
Hello,
I have loaded an example TFTP server project for STM324x9I EVAL board with SW4STM32, and I make some modifications on the files, mainly tftpserver.c et .h.
But the IDE don’t recognize new labels I add in the tftpserver.h. Build works well and application use the correct parameters fine, but the IDE editor tells that the labels I call in the tftpserver.c file (declared in the .h) are not recognized...annoying..
How to change that ?
Aurelien