view examples/hello.c @ 3225:fdccb03963f6

Fix PHY name and added defualt Ethernet interface. Enabled clock for PHY.
author vae
date Sun, 14 Apr 2013 23:34:12 +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;
}