Mercurial > flash_v2
view examples/hello.c @ 1718:c8515e560548
2004-08-21 Andrew Lunn <andrew.lunn@ascom.ch>
* include/flash_strata_v2.inl (flash_unlock_block):
* cdl/flash_strata_v2.cdl: CDL to control the maximum number of
blocks the driver supports. Some of the newer strata device has more
than the default maximum of 128. Problem pointed out by Kevin Zhang.
| author | asl |
|---|---|
| date | Sat, 21 Aug 2004 08:48:17 +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; }
