view examples/hello.c @ 1306:093db8861a73

Trying to get a handle on device going suddenly idle...
author gthomas
date Tue, 14 Oct 2003 13:44:28 +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;
}