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.
Revision 25:430aa10d6f13, committed 2022-04-02
- Comitter:
- gennnisi
- Date:
- Sat Apr 02 06:48:29 2022 +0000
- Parent:
- 24:deda85e681a2
- Commit message:
- 4/2
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Mar 31 09:47:36 2022 +0000 +++ b/main.cpp Sat Apr 02 06:48:29 2022 +0000 @@ -90,6 +90,7 @@ wait(0.1); } motor_shoot.output(0); + shoot_phase = 0; return true; } }