Aditya Mehrotra / motor_driver_screaming_fix

Dependencies:   FastPWM3 mbed-dev-STM-lean

Files at this revision

API Documentation at this revision

Comitter:
saloutos
Date:
Mon Nov 02 19:56:03 2020 +0000
Parent:
58:32e8927fe39f
Child:
60:0c8caaa91182
Commit message:
Compiling again

Changed in this revision

CAN/CAN_com.h Show annotated file Show diff for this revision Revisions of this file
mbed-dev.lib Show annotated file Show diff for this revision Revisions of this file
structs.h Show annotated file Show diff for this revision Revisions of this file
--- a/CAN/CAN_com.h	Tue Feb 04 14:19:58 2020 +0000
+++ b/CAN/CAN_com.h	Mon Nov 02 19:56:03 2020 +0000
@@ -1,13 +1,12 @@
 #ifndef CAN_COM_H
 #define CAN_COM_H
 
+//#include "mbed.h"
 #include "../structs.h"
 #include "user_config.h"
-#include "mbed.h"
 #include "../math_ops.h"
 
 void pack_reply(CANMessage *msg, float p, float v, float t);
 void unpack_cmd(CANMessage msg, ControllerStruct * controller);
 
-
 #endif
\ No newline at end of file
--- a/mbed-dev.lib	Tue Feb 04 14:19:58 2020 +0000
+++ b/mbed-dev.lib	Mon Nov 02 19:56:03 2020 +0000
@@ -1,1 +1,1 @@
-https://os.mbed.com/users/benkatz/code/mbed-dev-f303/#36facd806e4a
+https://os.mbed.com/users/benkatz/code/mbed-dev-f303/#902f8c6731d6
--- a/structs.h	Tue Feb 04 14:19:58 2020 +0000
+++ b/structs.h	Mon Nov 02 19:56:03 2020 +0000
@@ -1,7 +1,7 @@
 #ifndef STRUCTS_H
 #define STRUCTS_H
 
-#include "mbed.h"
+//#include "mbed.h"
 #include "FastPWM.h"