Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1512 → Rev 1511

/demos/trunk/advtimer/initfile.c
7,7 → 7,6
*
* 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)
47,7 → 46,6
#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
131,10 → 129,6
LINUXC26_register_module();
 
CPU26_init();
 
CPU26_DVS_init();
 
INPUT26_init();
 
keyb_def_ctrlC(kparms, NULL);