From 97c0e7e573ba0d40bf9323fc6855e4d029da64e5 Mon Sep 17 00:00:00 2001
From: Malaurie Bernard <mbernard@kinouby>
Date: Mon, 3 Jul 2023 10:12:56 +0200
Subject: [PATCH] Typing error.

---
 syringefilled.cpp | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/syringefilled.cpp b/syringefilled.cpp
index dc86063..575f2e5 100644
--- a/syringefilled.cpp
+++ b/syringefilled.cpp
@@ -1,11 +1,15 @@
 
 #include "syringefilled.h"
 
+/*
+//CONSTRUCTORS
+SyringeFilled :: SyringeFilled() : Motor(&ISRStepper)    _exchange_throughput_uL_per_sec(0),  _exchange_volume_mL(0),  _remaining_volume_mL(0),  _push(true), id_syringe(SyringeJSON["1"])
+*/
 
 //SET METHODS
 void SyringeFilled :: set_exchange_throughput_uL_per_sec(float exchange_throughput_uL_per_sec)
 {
-    SyringeFilledJSON["throughput_uL_per_sec"] = exchange_throughput_uL_per_sec;
+    SyringeFilledJSON["exchange_throughput_uL_per_sec"] = exchange_throughput_uL_per_sec;
 }
 
 void SyringeFilled :: set_exchange_volume_mL(float exchange_volume_mL)
-- 
GitLab