view examples/hello.c @ 360:a0b2c020f136

* include/devs_eth_ebsa285.inl: EBSA has the ethernet devices multiplexed onto one interrupt. This got losted when generalising the driver.
author asl
date Sun, 06 Oct 2002 13:19: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;
}