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@40:ed2409e0ce6b, 2019-11-05 (annotated)
- Committer:
- yabahiro
- Date:
- Tue Nov 05 20:40:19 2019 +0000
- Revision:
- 40:ed2409e0ce6b
- Parent:
- 30:8f092276b2ba
aa;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
t_yamamoto | 0:669ef71cba68 | 1 | #include "System/Initialize/Initialize.h" |
t_yamamoto | 0:669ef71cba68 | 2 | #include "System/Process/Process.h" |
t_yamamoto | 0:669ef71cba68 | 3 | |
t_yamamoto | 0:669ef71cba68 | 4 | int main(void) { |
t_yamamoto | 0:669ef71cba68 | 5 | SystemInitialize(); |
t_yamamoto | 0:669ef71cba68 | 6 | SystemProcess(); |
t_yamamoto | 0:669ef71cba68 | 7 | } |