contiki-ng / mspsim

Official MSPSim git repository
BSD 3-Clause "New" or "Revised" License
66 stars 83 forks source link

Timer Interrupt not cleared by clearing TIFG in TCTL #25

Open roy77 opened 10 years ago

roy77 commented 10 years ago

I solved this by inserting

if (!interruptEnable) resetTIV(cycles);

after Line 691.

I am not that this is a acceptable solution