master/master.c
changeset 295 934ec4051dd4
parent 293 14aeb79aa992
child 298 d491d1f84ebc
child 1715 e675450f2174
equal deleted inserted replaced
294:feea8d850c65 295:934ec4051dd4
   392     while (more_datagrams_waiting);
   392     while (more_datagrams_waiting);
   393 
   393 
   394     if (unlikely(master->debug_level > 0)) {
   394     if (unlikely(master->debug_level > 0)) {
   395         t_end = get_cycles();
   395         t_end = get_cycles();
   396         EC_DBG("ec_master_send_datagrams sent %i frames in %ius.\n",
   396         EC_DBG("ec_master_send_datagrams sent %i frames in %ius.\n",
   397                frame_count, (u32) (t_end - t_start) * 1000 / cpu_khz);
   397                frame_count, (unsigned int) (t_end - t_start) * 1000 / cpu_khz);
   398     }
   398     }
   399 }
   399 }
   400 
   400 
   401 /*****************************************************************************/
   401 /*****************************************************************************/
   402 
   402