Mercurial > ecos
view examples/hello.c @ 3145:ed053d86fcd2
Update STM3210e port to match new STM32 variant HAL definitions.
| author | jlarmour |
|---|---|
| date | Sun, 01 Apr 2012 02:07:35 +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; }
