Project

General

Profile

Revision 756

Fixed declaration that caused a linking problem

View differences:

trunk/code/projects/libwireless/lib/sensor_matrix.c
148 148
 *
149 149
 * @return the maximum number of robots which can be stored
150 150
 **/
151
inline int sensor_matrix_get_size(void)
151
int sensor_matrix_get_size(void)
152 152
{
153 153
	return MAXIMUM_XBEE_ID;
154 154
}

Also available in: Unified diff