Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1483 → Rev 1512

/demos/trunk/advtimer/initfile.c
7,6 → 7,7
*
* Authors :
* Giacomo Guidi <giacomo@gandalf.sssup.it>
* Mauro Marinoni
* (see the web pages for full authors list)
*
* ReTiS Lab (Scuola Superiore S.Anna - Pisa - Italy)
46,6 → 47,7
#include "drivers/shark_linuxc26.h"
#include "drivers/shark_input26.h"
#include "drivers/shark_keyb26.h"
#include "drivers/shark_cpu26.h"
 
/*+ sysyem tick in us +*/
#define TICK 0
129,6 → 131,10
LINUXC26_register_module();
 
CPU26_init();
 
CPU26_DVS_init();
 
INPUT26_init();
 
keyb_def_ctrlC(kparms, NULL);