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.
Fork of COUNT_LINES by
Revision 3:cad1060e100d, committed 2015-05-08
- Comitter:
- mSeiser
- Date:
- Fri May 08 09:18:18 2015 +0000
- Parent:
- 2:5b6a054163fc
- Commit message:
- Update :while statt if;
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri May 08 07:50:55 2015 +0000
+++ b/main.cpp Fri May 08 09:18:18 2015 +0000
@@ -28,7 +28,7 @@
while(karel.FrontIsClear())
{
- if(karel.NextToABeeper())
+ while(karel.NextToABeeper())
{
countBeeper++;
karel.LedBeeper();
