view examples/hello.c @ 3255:fa7c73ed1dac

Add TWR-K60F120M platform HAL package and target records.
author vae
date Mon, 01 Jul 2013 08:17:37 +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;
}