I redefined the TICKS_PER_SECOND macro in the ucos.h header file from 20 to 200, but the Macro Expansion tooltip in the Eclipse IDE still shows it as 20.
I verified that it was changed by looking at the disassembly. I tried rebuilding all system files, but it still remains as 20 in the tooltips. Is there a way I can flush out the old information?
In my release (rel24_rc1_beta01 ) the #define for TICKS_PER_SECOND is in constants.h, when I change it the tool tips don't update until I rebuild the index (see the attached image)