FreeCalypso > hg > freecalypso-tools
view target-utils/helloapp/main-fixeduart.c @ 662:0a6184443821
libserial-posix/baudtab.c: cosmetic bugfix
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 05 Mar 2020 20:07:42 +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(); } }