xmos / lib_xud

USB device library
Other
9 stars 26 forks source link

Quick fix for backward compatibility #387

Open suddenfall opened 10 months ago

suddenfall commented 10 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.