Fixed type of energest_crrent_time to match the type in the .h file

This commit is contained in:
adamdunkels 2007-05-22 21:55:33 +00:00
parent 0e6b5e0099
commit b8b0dfaa5d
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: energest.c,v 1.3 2007/05/22 20:52:20 adamdunkels Exp $
* $Id: energest.c,v 1.4 2007/05/22 21:55:33 adamdunkels Exp $
*/
/**
@ -45,7 +45,7 @@
int energest_total_count;
energest_t energest_total_time[ENERGEST_TYPE_MAX];
energest_t energest_current_time[ENERGEST_TYPE_MAX];
unsigned short energest_current_time[ENERGEST_TYPE_MAX];
/*---------------------------------------------------------------------------*/
void