FreeCalypso > hg > freecalypso-tools
view target-utils/helloapp/main-fixeduart.c @ 530:c4c0c9cc2a7c
CHANGES: refer to the new doc/Target-utils document
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 16 Jun 2019 19:02:52 +0000 |
parents | 8bdbae4c0e53 |
children |
line wrap: on
line source
main() { printf("Hello-world demo app (fixed UART version) running\n"); for (;;) { putchar('='); if (command_entry()) command_dispatch(); } }