Mercurial > ecos
view examples/hello.c @ 1990:de59216e37db
* include/mod_regs_cpg.h :
added CYGHWR_HAL_SH_OOC_PLL_1 12 multiply(SH7751R).
* include/mod_regs_rtc.h : Fix register addresses which changes
between SH3 and SH4 versions of the Renesas device.
| author | asl |
|---|---|
| date | Sun, 12 Jun 2005 15:13:38 +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; }
