Skip to content

Commit

Permalink
Ticket #293 Add version to TCNOpen dll
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/tcnopen/trdp/trunk@2148 3b5a3598-5f4e-4449-9e63-bd40438bfec0
  • Loading branch information
andersoberg committed Jan 10, 2020
1 parent ab3c666 commit 6167651
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions trdp/src/common/trdp_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
/*
* $Id$
*
* AÖ 2020-01-10: Ticket #293 Minor fix in the macro, added spaces to avoid " to be part of the final string.
* BL 2020-01-10: Ticket #293 Avoid having version numbering in different places! Makro for version string (DLL) changed.
* AÖ 2019-11-14: Ticket #293 Add version to TCNOpen dll <-- !!! should be rejected! Use the function in tlc_if.c !!!
* SB 2019-08-15: Ticket #269: tau_initTTI: leave standard MC fails
Expand Down Expand Up @@ -70,8 +71,8 @@
#define STR_EXP(vers) #vers
#define STR_EXPAND(vers) STR_EXP(vers)

#define TRDP_VERSION_STR STR_EXPAND(TRDP_VERSION)"."STR_EXPAND(TRDP_RELEASE)"." \
STR_EXPAND(TRDP_UPDATE)"."STR_EXPAND(TRDP_EVOLUTION)
#define TRDP_VERSION_STR STR_EXPAND(TRDP_VERSION) "." STR_EXPAND(TRDP_RELEASE) "." \
STR_EXPAND(TRDP_UPDATE) "." STR_EXPAND(TRDP_EVOLUTION)

#ifdef HIGH_PERF_INDEXED
# define TRDP_TIMER_GRANULARITY 500u /**< granularity in us - we allow 0.5ms now! */
Expand Down

0 comments on commit 6167651

Please sign in to comment.