Project

General

Profile

Revision 1445

Added by Ryan Cahoon over 14 years ago

Bug fix with new BOM code

View differences:

wl_token_ring.c
738 738
 **/
739 739
static void wl_token_bom_on_receive(int source)
740 740
{
741
	int max, dist;
741
	int max;
742 742

  
743 743
	WL_DEBUG_PRINT("Robot ");
744 744
	WL_DEBUG_PRINT_INT(source);
......
752 752

  
753 753
	WL_DEBUG_PRINT("Max: ");
754 754
	WL_DEBUG_PRINT_INT(max);
755
	WL_DEBUG_PRINT("\tVar: ");
756
	WL_DEBUG_PRINT_INT(dist);
757 755
	WL_DEBUG_PRINT("\n\n");
758 756
}
759 757

  

Also available in: Unified diff