fast-feedback virtual target task code on STM Nucleo

Dependencies:   mbed

Revision:
28:797536a42b9f
Parent:
26:b4421d1ee57a
Child:
29:1fb060aab1f8
--- a/core/pulse.cpp	Sat Jul 21 00:36:38 2018 +0000
+++ b/core/pulse.cpp	Sun Jul 22 16:25:25 2018 +0000
@@ -62,7 +62,7 @@
 {
     if (!enabled_) return;
     
-    if (onset_ < 10) {
+    if (onset_ < 500) {
         // do not wait for the onset timeout
         start();
     } else {