Akifumi Takahashi / SwArr16MOSFET

Dependents:   Interference_Simple

Revision:
43:03e875137433
Parent:
42:a827fe9166b5
--- a/PMRC16ch.cpp	Tue Nov 20 20:54:33 2018 +0000
+++ b/PMRC16ch.cpp	Tue Nov 20 20:55:37 2018 +0000
@@ -91,7 +91,7 @@
 {
     m_PMRC_mode = TWIN_ELECTRODES;
     m_PMRC_state = m_statearray[arg_stim_ch] 
-        + (m_statearray[arg_ref_ch1] >> 1
+        + (m_statearray[arg_ref_ch1] >> 1)
         + (m_statearray[arg_ref_ch2] >> 1);
     setBits(m_PMRC_state);
     upload();