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.
Fork of CURRENT_CONTROL by
Revision 13:b5f85f926f22, committed 2016-12-24
- Comitter:
- benson516
- Date:
- Sat Dec 24 09:55:00 2016 +0000
- Parent:
- 12:085f35babe21
- Child:
- 14:67fc256efeb7
- Commit message:
- Fix the bug
Changed in this revision
| CURRENT_CONTROL.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/CURRENT_CONTROL.cpp Sat Dec 24 09:49:47 2016 +0000
+++ b/CURRENT_CONTROL.cpp Sat Dec 24 09:55:00 2016 +0000
@@ -235,7 +235,7 @@
SetVoltage(voltage_out);
}else{
pid.Reset();
- voltage_out = 0.0
+ voltage_out = 0.0;
SetVoltage(0.0);
}
//--------------------------------//
