diff --git a/toolbox/examples/demo_phase_triggered_plasticity_protocol.m b/toolbox/examples/demo_phase_triggered_plasticity_protocol.m index 0ebcc39..3bcd295 100644 --- a/toolbox/examples/demo_phase_triggered_plasticity_protocol.m +++ b/toolbox/examples/demo_phase_triggered_plasticity_protocol.m @@ -70,6 +70,7 @@ fprintf('Running trial %i out of %i...\n',condition_index,no_of_trials); if ~bd.isArmed bd.triggers_remaining = 1; + pause(0.1); bd.arm; end % trigger has been executed, move to the next condition