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: X_NUCLEO_COMMON ST_INTERFACES
Dependents: HelloWorld_ST_Sensors MOTENV_Mbed mbed-os-mqtt-client LSM6DSL_JS ... more
Revision 9:fad44d0eacd4, committed 2022-02-08
- Comitter:
- cparata
- Date:
- Tue Feb 08 08:27:15 2022 +0000
- Parent:
- 8:9a1017389cc7
- Commit message:
- Fix typo on MBED_MAJOR_VERSION
Changed in this revision
| LSM6DSLSensor.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/LSM6DSLSensor.cpp Wed Jan 26 14:10:11 2022 +0000
+++ b/LSM6DSLSensor.cpp Tue Feb 08 08:27:15 2022 +0000
@@ -1104,7 +1104,7 @@
return 1;
}
-#if MBED_VERSION_MAJOR == 5
+#if MBED_MAJOR_VERSION == 5
wait_ms(10);
#else
ThisThread::sleep_for(10ms);