Mercurial > ecos
view examples/hello.c @ 1965:db6a09bc1353
* src/ipcp.c:
* src/sys-ecos.c: Move ipcp wantoptions initialization from
cyg_ppp_options_install to ipcp_init. This fixes a bug
with default route operation introduced in the ACCM
enhancement on 2004-12-1.
| author | asl |
|---|---|
| date | Wed, 27 Apr 2005 06:20:45 +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; }
