Revision 1445 trunk/code/projects/libwireless/lib/wl_token_ring.c
| wl_token_ring.c (revision 1445) | ||
|---|---|---|
| 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