Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: states.cpp
- Revision:
- 13:8ea85a33e37a
- Parent:
- 12:06ea96546af1
- Child:
- 14:af3adf5d5ddf
--- a/states.cpp Mon Jun 25 12:10:31 2018 +0000 +++ b/states.cpp Mon Jun 25 13:20:00 2018 +0000 @@ -26,8 +26,6 @@ // initialize the trial-related params trial.reset(task); - // TODO: reset visualOut with the nice parameters - // visualOut.reset(task, (task.mode.value==Associate)||(task.mode.value==Motion)); if ((task.mode.value == Report) || (task.mode.value == Associate)) { visualOut.attachTurnOnCallback(&events::gate); }