Original Version of STM Board

Dependencies:   FastPWM mbed

Revision:
236:c16774af92ed
Parent:
232:2976cf1b4252
Child:
239:a9507d8a4674
diff -r c831718303c9 -r c16774af92ed CAN/function_CAN.cpp
--- a/CAN/function_CAN.cpp	Mon Jun 14 10:36:29 2021 +0000
+++ b/CAN/function_CAN.cpp	Wed Jul 07 10:09:11 2021 +0000
@@ -71,9 +71,9 @@
     CID_TX_INFO = (int) (BNO + INIT_CID_TX_INFO);
     CID_TX_POS_VEL_TORQ = (int) (BNO + INIT_CID_TX_POS_VEL_TORQ);
     CID_TX_PWM = (int) (BNO + INIT_CID_TX_PWM);
-    CID_TX_CURRENT = (int) (BNO + INIT_CID_TX_CURRENT);
-    CID_TX_VOUT = (int) (BNO + INIT_CID_TX_VOUT);
-    CID_TX_VALVE_POSITION = (int) (BNO + INIT_CID_TX_VALVE_POSITION);
+//    CID_TX_CURRENT = (int) (BNO + INIT_CID_TX_CURRENT);
+//    CID_TX_VOUT = (int) (BNO + INIT_CID_TX_VOUT);
+//    CID_TX_VALVE_POSITION = (int) (BNO + INIT_CID_TX_VALVE_POSITION);
     CID_TX_SOMETHING = (int) (BNO + INIT_CID_TX_SOMETHING);
 }