fe468ceabbbc260d2ef4931afd7d4d5031f6918b
Stefan Schuermans header fix

Stefan Schuermans authored 12 years ago

1) /* flaneth - flash and ethernet
2)    Copyright (C) 2007-2012 Stefan Schuermans <stefan@schuermans.info>
3)    Copyleft: GNU public license V2 - http://www.gnu.org/copyleft/gpl.html
4)    a BlinkenArea project - http://www.blinkenarea.org/ */
Stefan Schuermans initial commit after making...

Stefan Schuermans authored 12 years ago

5) 
6) #ifndef INC_timing
7) #define INC_timing
8) 
9) // initialize
10) extern void TimingInit(void);
11) 
Stefan Schuermans added global clock

Stefan Schuermans authored 12 years ago

12) // get time in milliseconds
13) extern void TimingGetMs(unsigned long *ms);
14)