19.02.2013, 17:35
Okay, I am using y_timers, I have never had this problem before, but for some reason, my timer is only being called once?
task PrimaryTick[1000]()
{
print("Tick is being called");
}
It only prints it once, and I have a kick function under there, which doesn't work either?
I really don't know how to resolve this
(And I have it included as this: '#include <YSI\y_timers>' at the bottom of my includes list
task PrimaryTick[1000]()
{
print("Tick is being called");
}
It only prints it once, and I have a kick function under there, which doesn't work either?
I really don't know how to resolve this
(And I have it included as this: '#include <YSI\y_timers>' at the bottom of my includes list

