Mercurial > flash_v2
view examples/hello.c @ 1741:9464c6747e99
Sort out the various loops to cope with boundary conditions,
especially flash devices mapped right at the top of memory.
| author | bartv |
|---|---|
| date | Sat, 20 Nov 2004 19:27:26 +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; }
