Mercurial > ecos
view examples/hello.c @ 2159:90fe3e2dc215
* src/hal_diag.c (cyg_hal_plf_serial_isr): Change the #ifdefs to
cleanly match the CDL.
| author | asl |
|---|---|
| date | Mon, 13 Mar 2006 07:47:23 +0000 |
| parents | ead06911cbae |
| children |
line wrap: on
line source
/* this is a simple hello world program */ #include <stdio.h> int main(void) { printf("Hello, eCos world!\n"); return 0; }
