Subversion Repositories dashGPS

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  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 */
  10.