view examples/hello.c @ 3265:1e90246544b4

* include/config_keys.h: Add config key CYG_IO_GET_CONFIG_CAN_ERR_COUNTERS to read TX and RX error counters from CAN hardware.
author sergeig
date Wed, 28 Aug 2013 16:26:53 +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;
}