Mercurial > ecos
view examples/hello.c @ 2914:8a0adc7bf4be
* cdl/spi_stm32.cdl: added testcase.
* include/spi_stm32.h: initializing spi_cr1_val with zero.
| author | nickg |
|---|---|
| date | Wed, 26 Aug 2009 09:45:18 +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; }
