view examples/hello.c @ 3085:4e0edd9d9f18

* cdl/ser_freescale_uart.cdl: Add consolidated Interrupt Priority Scheme [Bugzilla 1001450]
author vae
date Wed, 22 Feb 2012 21:21:29 +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;
}