Subversion Repositories ScreenTimer

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 mjames 1
#include "../inc/jtest_cycle.h"
2
#include <inttypes.h>
3
 
4
/*--------------------------------------------------------------------------------*/
5
/* Define Module Variables */
6
/*--------------------------------------------------------------------------------*/
7
 
8
/* const char * JTEST_CYCLE_STRF = "Running: %s\nCycles: %" PRIu32 "\n"; */
9
const char * JTEST_CYCLE_STRF = "Cycles: %" PRIu32 "\n"; /* function name + parameter string skipped */