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.
main.cpp@0:b963b1cb4a1a, 2016-12-15 (annotated)
- Committer:
- STEPHER2
- Date:
- Thu Dec 15 08:37:10 2016 +0000
- Revision:
- 0:b963b1cb4a1a
- Child:
- 1:03c972a91ee2
This code breaks my FRDMk64 and i dont know why?
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| STEPHER2 | 0:b963b1cb4a1a | 1 | #include "mbed.h" |
| STEPHER2 | 0:b963b1cb4a1a | 2 | #include "FreescaleIAP.h" |
| STEPHER2 | 0:b963b1cb4a1a | 3 | |
| STEPHER2 | 0:b963b1cb4a1a | 4 | extern void bootloader(); |
| STEPHER2 | 0:b963b1cb4a1a | 5 | |
| STEPHER2 | 0:b963b1cb4a1a | 6 | int main() |
| STEPHER2 | 0:b963b1cb4a1a | 7 | { |
| STEPHER2 | 0:b963b1cb4a1a | 8 | while (true) { |
| STEPHER2 | 0:b963b1cb4a1a | 9 | bootloader(); |
| STEPHER2 | 0:b963b1cb4a1a | 10 | } |
| STEPHER2 | 0:b963b1cb4a1a | 11 | } |