Skip to content
Snippets Groups Projects
Commit 83628a1f authored by Tommy Olofsson's avatar Tommy Olofsson
Browse files

Extended labcomm_compat_vxworks.h.

parent 4db0e690
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
#include <types.h> #include <types.h>
#include <timers.h> #include <timers.h>
#include <stdio.h> #include <stdio.h>
#include <private/stdioP.h>
#ifdef __INT64_MAX__ #ifdef __INT64_MAX__
#undef INT64_MAX #undef INT64_MAX
...@@ -24,5 +25,6 @@ ...@@ -24,5 +25,6 @@
#undef _BIG_ENDIAN #undef _BIG_ENDIAN
#endif #endif
#endif extern unsigned int cpuFrequency;
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment