fixed broken stuff from prn interface changes

This commit is contained in:
John Tramm 2019-12-05 18:39:02 +00:00
parent 0c1299fbe0
commit 796844fd0b
5 changed files with 27 additions and 13 deletions

View file

@ -16,6 +16,10 @@ constexpr int STATUS_EXIT_NORMAL {0};
constexpr int STATUS_EXIT_MAX_BATCH {1};
constexpr int STATUS_EXIT_ON_TRIGGER {2};
extern Particle::Bank * shared_fission_bank;
extern int shared_fission_bank_length;
extern int shared_fission_bank_max;
//==============================================================================
// Global variable declarations
//==============================================================================