fast-feedback virtual target task code on STM Nucleo

Dependencies:   mbed

Revision:
7:6744ec9ccc25
Parent:
3:991c6d5ce19d
Child:
11:897ecd5413e0
--- a/trial.h	Thu May 24 15:34:58 2018 +0000
+++ b/trial.h	Tue May 29 14:40:50 2018 +0000
@@ -11,7 +11,7 @@
     const char Clear     = 0x00;
     // flags if the auditory cue is there during the trial
     const char Cues      = 0x01;
-    // flags if any whisking event is detected during the response window
+    // flags if any "response" is detected during the response window
     const char Responded = 0x02;
     // flags if licking event is detected during the preparatory/pre-response window
     const char Licked    = 0x04;