Remove local def of VERSION_INIT in favor of one from epicsVersion.h

This commit is contained in:
Brendan Chandler
2021-02-09 14:27:24 -06:00
parent ea40041b45
commit e4b17bdab5
+1 -4
View File
@@ -15,13 +15,10 @@
*/
#include <stdio.h>
#include <bsp.h>
#include <epicsVersion.h>
#ifndef VERSION_INT
# define VERSION_INT(V,R,M,P) ( ((V)<<24) | ((R)<<16) | ((M)<<8) | (P))
#endif
#define RTEMS_VERSION_INT VERSION_INT(__RTEMS_MAJOR__, __RTEMS_MINOR__, 0, 0)
#ifdef RTEMS_LEGACY_STACK // old non libbsd stack
#include <rtems/rtems_bsdnet.h>