Subversion Repositories shark

Compare Revisions

Regard whitespace Rev 1387 → Rev 1388

/demos/trunk/base/aster2.c
34,7 → 34,7
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*
* CVS : $Id: aster2.c,v 1.3 2004-04-17 11:36:12 giacomo Exp $
* CVS : $Id: aster2.c,v 1.4 2004-04-19 14:48:04 giacomo Exp $
 
this is a part of the classic Hartik demo Aster.
 
141,7 → 141,7
 
while(1) {
printf_xy(62,1,WHITE,"%2d:%2d ast=%d",m,s, num_aster);
printf_xy(62,2,WHITE,"U=%12u",EDF_usedbandwidth(0));
printf_xy(62,2,WHITE,"U=%12u",EDF_usedbandwidth(1));
task_endcycle();
 
if (++s > 59) {
149,7 → 149,7
m++;
}
printf_xy(62,1,WHITE,"%2d:%2d ast=%d",m,s, num_aster);
printf_xy(62,2,WHITE,"U=%12u",EDF_usedbandwidth(0));
printf_xy(62,2,WHITE,"U=%12u",EDF_usedbandwidth(1));
task_endcycle();
}
}