fast-feedback virtual target task code on STM Nucleo

Dependencies:   mbed

Revision:
30:5f975f572ffb
Parent:
29:1fb060aab1f8
Child:
31:b320ca61a8c0
--- a/states.h	Mon Oct 01 14:54:37 2018 +0000
+++ b/states.h	Mon Oct 01 15:16:04 2018 +0000
@@ -62,4 +62,9 @@
     static void teardown();
 };
 
+struct ClearTrialIndex {
+    static void setup();
+    static void teardown();
+};
+
 #endif
\ No newline at end of file