devices/isrc, temporarily #define ISRC_CURRENT unconditionally
to allow automatic #define --> enum transformation
This commit is contained in:
parent
3a7e9411c3
commit
aa7ef2148c
|
|
@ -124,12 +124,7 @@ typedef struct sISRCmodel {
|
||||||
#define ISRC_VOLTS 21
|
#define ISRC_VOLTS 21
|
||||||
|
|
||||||
#define ISRC_AM 22
|
#define ISRC_AM 22
|
||||||
/* gtri - begin - add define for current source value */
|
|
||||||
#ifdef XSPICE
|
|
||||||
/* needed for outputting results */
|
|
||||||
#define ISRC_CURRENT 23
|
#define ISRC_CURRENT 23
|
||||||
#endif
|
|
||||||
/* gtri - end - add define for current source value */
|
|
||||||
#define ISRC_TRNOISE 25
|
#define ISRC_TRNOISE 25
|
||||||
#define ISRC_TRRANDOM 26
|
#define ISRC_TRRANDOM 26
|
||||||
#define ISRC_EXTERNAL 27
|
#define ISRC_EXTERNAL 27
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue