20210203

Dependencies:   mbed FastPWM

Revision:
38:118df027d851
Parent:
37:60a116154383
Child:
39:e961db3b93f8
Child:
40:3f2c0619c8c4
--- a/function_utilities/function_utilities.cpp	Mon Nov 25 05:04:12 2019 +0000
+++ b/function_utilities/function_utilities.cpp	Thu Nov 28 09:18:03 2019 +0000
@@ -223,7 +223,7 @@
 float CUR_PRES_B_mean = 0.0f;
 float CUR_TORQUE_sum = 0.0f;
 float CUR_TORQUE_mean = 0.0f;
-float PRES_A_NULL = 1.0f;
+float PRES_A_NULL = 2048.0f;
 float PRES_B_NULL = 1.0f;
 float TORQUE_NULL = 3900.0f;