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: DATA_LOGGER INTERFACE SDFileSystem X_NUCLEO_IKS01A1 mbed-dev
Diff: main.cpp
- Revision:
- 4:ad756d20fefc
- Parent:
- 3:24037a5e652d
- Child:
- 5:5cf916a81352
diff -r 24037a5e652d -r ad756d20fefc main.cpp
--- a/main.cpp Thu Oct 26 13:52:49 2017 +0000
+++ b/main.cpp Thu Oct 26 14:01:13 2017 +0000
@@ -127,8 +127,7 @@
leds = DATA_LOGGER_W_SD();
#if FLIGHMODE
DATA_LOGGER_W_PC();
- #endif
- dolog = 0;
+ #endif
}
}