Mercurial > ecos
view examples/hello.c @ 3279:8cd345c99e6b
* src/stm32_misc.c: Ensure TIM2 clock enabled when profiling.
[Bugzilla 1001953]
| author | jld |
|---|---|
| date | Mon, 03 Mar 2014 08:18:43 +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; }
