Mercurial > flash_v2
view examples/hello.c @ 1775:79275fdb4f20
* src/legacy_dev.c (legacy_flash_program): Added missing definition
of block_size.
* legacy_api.c: Added missing wrappers for flash_lock and
flash_unlock
| author | asl |
|---|---|
| date | Fri, 02 Feb 2007 20:06: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; }
