Mercurial > ecos
view examples/hello.c @ 2192:93a41cbd95d0
* src/lpc2xxx_misc.c: Fixed issue with VPBDIV initialisation on
non lpc22xx parts code.
| author | asl |
|---|---|
| date | Mon, 08 May 2006 17:51:03 +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; }
