view examples/hello.c @ 3148:d5c8fd9bf282

Fix compiler warning, used uninitialized variable in a2fxxx_spi_set_ss().
author vae
date Sun, 01 Apr 2012 19:36:17 +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;
}