correct ticks per msec/usec (#336)

This commit is contained in:
FenrirWolf 2017-02-12 18:02:21 -07:00 committed by Dave Murphy
parent 7be0b5b026
commit fb0ef2a459

View File

@ -8,8 +8,8 @@
#include <reent.h> #include <reent.h>
#include <unistd.h> #include <unistd.h>
#define TICKS_PER_USEC 268.123480 #define TICKS_PER_USEC 268.111856
#define TICKS_PER_MSEC 268123.480 #define TICKS_PER_MSEC 268111.856
// Work around the VFP not supporting 64-bit integer <--> floating point conversion // Work around the VFP not supporting 64-bit integer <--> floating point conversion
static inline double u64_to_double(u64 value) { static inline double u64_to_double(u64 value) {