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: View.cpp
- Revision:
- 4:f1e33a234a74
- Parent:
- 3:b89ead557d59
- Child:
- 5:d7d16cb9c974
--- a/View.cpp Fri May 01 15:57:19 2015 +0000 +++ b/View.cpp Tue May 12 16:21:33 2015 +0000 @@ -85,7 +85,7 @@ } void View :: addValue(int arrSlice, int distance, char c){ - if (distance >= 0 && distance < 16 && arrSlice < 360 && arrSlice >=sss 0){ + if (distance >= 0 && distance < 16 && arrSlice < 360 && arrSlice >= 0){ slice_data[arrSlice][distance] |= c; } }