FreeCalypso > hg > freecalypso-tools
view target-utils/helloapp/main-fixeduart.c @ 735:5b8287c655cf
fc-pulse-dtr and fc-pulse-rts utilities implemented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 15 Sep 2020 04:29:43 +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(); } }