move override macro to compat.h

This commit is contained in:
itsmattkc
2023-07-12 14:12:03 -07:00
parent 67115e32d3
commit f707af34db
5 changed files with 15 additions and 9 deletions

View File

@@ -1,6 +1,7 @@
#ifndef MXTHREAD_H
#define MXTHREAD_H
#include "compat.h"
#include "mxtypes.h"
#include "mxsemaphore.h"
@@ -54,4 +55,4 @@ private:
MxS32 m_frequencyMS;
};
#endif // MXTHREAD_H
#endif // MXTHREAD_H