Add DOING_HB, seems to be unused however

This commit is contained in:
Holger Vogt 2025-12-10 21:57:43 +01:00
parent e7c694d771
commit 85eb05c719
1 changed files with 3 additions and 0 deletions

View File

@ -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;