Mercurial > ecos
view examples/hello.c @ 3187:635199c996bc
Add functions and macros for clock gating control to Kinetis.
| author | vae |
|---|---|
| date | Mon, 06 Aug 2012 06:56:59 +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; }
