devices/isrc, temporarily #define ISRC_CURRENT unconditionally

to allow automatic #define --> enum transformation
This commit is contained in:
rlar 2018-04-30 18:27:30 +02:00
parent 3a7e9411c3
commit aa7ef2148c
1 changed files with 0 additions and 5 deletions

View File

@ -124,12 +124,7 @@ typedef struct sISRCmodel {
#define ISRC_VOLTS 21
#define ISRC_AM 22
/* gtri - begin - add define for current source value */
#ifdef XSPICE
/* needed for outputting results */
#define ISRC_CURRENT 23
#endif
/* gtri - end - add define for current source value */
#define ISRC_TRNOISE 25
#define ISRC_TRRANDOM 26
#define ISRC_EXTERNAL 27