Renaud Fivet
/
empty
empty does nothing.
main.cpp@0:09121786965f, 2016-05-25 (annotated)
- Committer:
- rfivet
- Date:
- Wed May 25 07:13:01 2016 +0000
- Revision:
- 0:09121786965f
- Child:
- 1:33cdb7f33393
Creation
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
rfivet | 0:09121786965f | 1 | /* empty -- does nothing */ |
rfivet | 0:09121786965f | 2 | |
rfivet | 0:09121786965f | 3 | #include "mbed.h" |
rfivet | 0:09121786965f | 4 | |
rfivet | 0:09121786965f | 5 | int main() { |
rfivet | 0:09121786965f | 6 | } |