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: mbed
Diff: engine/engine.h
- Revision:
- 25:1d91ab97d86a
- Parent:
- 24:14489d259ffb
--- a/engine/engine.h Mon Apr 30 16:40:32 2018 +0000
+++ b/engine/engine.h Mon Apr 30 18:07:51 2018 +0000
@@ -10,7 +10,6 @@
#include "money.h"
#include "help.h"
-//#define GAP 2
class engine
{
@@ -53,7 +52,6 @@
help _help;
Direction _d;
- float _mag;
};