view examples/hello.c @ 1742:a668b95e5f2e

Only include the support for indirect flash reads if there are devices which need it.
author bartv
date Sat, 20 Nov 2004 23:31: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;
}