Add DOING_HB, seems to be unused however
This commit is contained in:
parent
e7c694d771
commit
85eb05c719
|
|
@ -31,6 +31,9 @@ struct TSKtask {
|
|||
#define DOING_TRAN 8
|
||||
#ifdef RFSPICE
|
||||
#define DOING_SP 16
|
||||
#endif
|
||||
#ifdef WITH_HB
|
||||
#define DOING_HB 32;
|
||||
#endif
|
||||
|
||||
int TSKbypass;
|
||||
|
|
|
|||
Loading…
Reference in New Issue