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.
Diff: Steering.cpp
- Revision:
- 3:77264fa5d84b
- Parent:
- 2:8be8699c5afd
--- a/Steering.cpp Wed Oct 14 03:55:16 2015 +0000 +++ b/Steering.cpp Thu Oct 15 08:46:15 2015 +0000 @@ -26,6 +26,7 @@ Steering::~Steering(){ delete mTire; + delete mServo; } void Steering::update( Command command ){