xmos / lib_xud

XMOS USB code and associated examples
Other
8 stars 25 forks source link

Quick fix for backward compatibility #387

Open suddenfall opened 8 months ago

suddenfall commented 8 months ago

Please add following code to xud.h:

#if XCC_VERSION_YEAR < 15
#define xcore_clock_t clock
#endif

Then older compilers can compile the lib, too.