Mercurial > ecos
view examples/hello.c @ 3264:32b1c6503e02
Fix FREESCALE_EDMA_NBYTES_MLOFFYES_NBYTES_M bug
| author | vae |
|---|---|
| date | Mon, 26 Aug 2013 12:07:55 +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; }
