Commit b884191f authored by Matej Frančeškin's avatar Matej Frančeškin

Changed sleep to gps_sleep needed by GPS Drivers

parent 404b601f
......@@ -63,11 +63,10 @@ public:
static void usleep(unsigned long usecs) { QThread::usleep(usecs); }
};
static inline void usleep(unsigned long usecs) {
static inline void gps_usleep(unsigned long usecs) {
Sleeper::usleep(usecs);
}
typedef uint64_t gps_abstime;
#include <QDateTime>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment