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: rplidar/RPlidar.cpp
- Revision:
- 2:faef6636d456
- Parent:
- 1:e165afe8b120
--- a/rplidar/RPlidar.cpp Wed May 05 13:55:51 2021 +0000 +++ b/rplidar/RPlidar.cpp Wed May 05 14:14:28 2021 +0000 @@ -60,7 +60,7 @@ newMeasurement = 1; - if(!mail_box.full()) + /*if(!mail_box.full()) { struct RPLidarMeasurement current = getCurrentPoint(); struct RPLidarMeasurement *mail = mail_box.alloc(); @@ -100,7 +100,7 @@ } - } + }*/ } mutex_measurements.unlock(); wait_us(2000);