![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
unkounko
main.cpp@11:88f17bc0724f, 2019-02-25 (annotated)
- Committer:
- niimurasyou
- Date:
- Mon Feb 25 05:48:20 2019 +0000
- Revision:
- 11:88f17bc0724f
- Parent:
- 0:562021ed1ba9
hhhhhhhhh
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
t_yamamoto | 0:562021ed1ba9 | 1 | #include "mbed.h" |
t_yamamoto | 0:562021ed1ba9 | 2 | |
t_yamamoto | 0:562021ed1ba9 | 3 | #include "System/Initialize/Initialize.h" |
t_yamamoto | 0:562021ed1ba9 | 4 | #include "System/Process/Process.h" |
t_yamamoto | 0:562021ed1ba9 | 5 | |
t_yamamoto | 0:562021ed1ba9 | 6 | int main(void) { |
t_yamamoto | 0:562021ed1ba9 | 7 | SystemInitialize(); |
t_yamamoto | 0:562021ed1ba9 | 8 | SystemProcess(); |
t_yamamoto | 0:562021ed1ba9 | 9 | } |
t_yamamoto | 0:562021ed1ba9 | 10 |