Project

General

Profile

Revision 1009

Fixed bug in iterator.

View differences:

branches/simulator/projects/simulator/simulator/core/robot.c
190 190

  
191 191
void robot_iterator_reset(void)
192 192
{
193
	iterator_pos = 0;
193
	iterator_pos = -1;
194 194
}
195 195

  
196 196
// note: addresses may change, replace with

Also available in: Unified diff