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
Diff: FOC/foc.h
- Revision:
- 63:10604c39666f
- Parent:
- 55:c4c9fec8539c
- Child:
- 66:3947255b18c5
--- a/FOC/foc.h Wed Nov 04 19:21:23 2020 +0000 +++ b/FOC/foc.h Thu Nov 05 18:55:04 2020 +0000 @@ -7,7 +7,7 @@ #include "hw_config.h" #include "math.h" #include "../math_ops.h" -#include "motor_config.h" +#include "motor_config_U10.h" #include "current_controller_config.h" #include "FastMath.h" #include "user_config.h"