Mercurial > ecos
view examples/hello.c @ 3033:da8fe69d2ffd
* include/var_intr.h: Fix I2C interrupt definitions issue reported by Pavel
Glinskii. Also fix CYGNUM_HAL_INTERRUPT_NVIC_MAX from Ilija Kocho.
| author | jld |
|---|---|
| date | Fri, 13 May 2011 07:04: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; }
