view examples/hello.c @ 2835:3940c09dd3fe

* cdl/hal_arm_lpc2xxx_olpcl2294.cdl: Expanded a list the legal baud rates for both diagnostic and debug channels (upon 230400b bps). * include/hal_platform_setup.h, include/plf_io.h: Extra tabs expanded. * include/hal_platform_setup.h: Fixed a comment about JTAG pinouts. * src/olpcl2294_misc.c: Removed odd _impure_ptr stub.
author asl
date Mon, 02 Mar 2009 20:32:47 +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;
}