update ticks per msec/usec

This commit is contained in:
Fenrir 2017-02-10 20:20:49 -07:00
parent 97d6149e3e
commit 439625df7d

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) {