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 107:ed03c03b353e, committed 2019-11-19
- Comitter:
- mbed_official
- Date:
- Tue Nov 19 15:00:03 2019 +0000
- Parent:
- 106:f2805e857b14
- Child:
- 108:d323dd088ba2
- Commit message:
- Corrected code snippet rendering on README. (#197)
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-blinky
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Nov 19 14:11:50 2019 +0000 +++ b/main.cpp Tue Nov 19 15:00:03 2019 +0000 @@ -8,7 +8,7 @@ // Blinking rate in milliseconds -#define BLINKING_RATE_MS 1000 +#define BLINKING_RATE_MS 500 int main()