Mercurial > ecos
view examples/hello.c @ 3258:b44dec9cc8b9
Fix: Kinetis DSPI infinite polling [ Bugzilla 10011879 ], reported by Mike Jones
| author | vae |
|---|---|
| date | Tue, 09 Jul 2013 20:50:08 +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; }
