view examples/hello.c @ 2955:f3e242061dd3

* include/var_io.h: Added ADC defines for AT91_M55800A CPU
author sergeig
date Sat, 29 May 2010 14:47:00 +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;
}