Macro Expansion tooltip of TICKS_PER_SECOND is wrong
Posted: Mon Oct 19, 2009 8:26 am
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?
Mark
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?
Code: Select all
OSTimeDly(TICKS_PER_SECOND);
// NOTE 0xC8 = 200
20012be: 4878 00c8 pea c8 <FLT_MAX_EXP+0x47>
20012c2: 4eb9 0200 e0e4 jsr 200e0e4 <OSTimeDly>