Project

General

Profile

Revision 922

fixed syntax

View differences:

branches/autonomous_recharging/code/projects/Test/i2c.c
48 48
	if (xbee_wait_for_ok() != 0) {
49 49
	  return -1;
50 50
	}
51
	  return 0;
51
	return 0;
52 52
}
53 53

  
54 54
/**

Also available in: Unified diff