summaryrefslogtreecommitdiff
path: root/lib/Kratos/DFADriver.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Kratos/DFADriver.pm')
-rw-r--r--lib/Kratos/DFADriver.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Kratos/DFADriver.pm b/lib/Kratos/DFADriver.pm
index 046a013..b7e1200 100644
--- a/lib/Kratos/DFADriver.pm
+++ b/lib/Kratos/DFADriver.pm
@@ -911,6 +911,11 @@ sub to_test_cc {
DeclareThread(DriverEvalThread, driverEvalThread, 256);
+EOF
+
+ $buf .= $self->model->heap_code;
+
+ $buf .= <<"EOF";
void DriverEvalThread::action()
{
Guarded_Buzzer buzzer;