Mercurial > flash_v2
view examples/hello.c @ 1426:cee9db2dd2a5
* src/if_lan91cxx.c: Added support for revA of the LAN91C111 which
has a bug. Fixed up debugging messages so that it uses serial
output in RedBoot.
| author | nickg |
|---|---|
| date | Fri, 05 Dec 2003 17:09:49 +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; }
