Mercurial > flash_v2
view examples/hello.c @ 1447:1093dffde948
Remove reference to obsolete CYGNUM_FLASH_WORKSPACE_SIZE
| author | gthomas |
|---|---|
| date | Tue, 16 Dec 2003 15:22: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; }
