Skip to content

Commit

Permalink
removed static from __hptl_hz for old compilers compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ralequi committed Nov 8, 2016
1 parent 8685776 commit 97eb14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hptl.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/******************** VARIABLES ********************/
uint64_t __hptl_time;
uint64_t __hptl_cicles;
static uint64_t __hptl_hz = 0;
uint64_t __hptl_hz = 0;
static uint64_t __hptl_precision;

#define PRECCISION (__hptl_precision) // = 100ns
Expand Down

0 comments on commit 97eb14f

Please sign in to comment.