Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: FastPWM3 mbed-dev-STM-lean
Revision 59:9d39f37e1c7b, committed 2020-11-02
- 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
--- 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"