view examples/hello.c @ 3346:638187db5595

* cdl/hal_arm_lpc2xxx_olpcl2294.cdl: Add support for CAN interface 0.
author sergeig
date Wed, 11 Sep 2013 21:02:32 +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;
}