comparison main.h @ 0:c59513fd84fb

Initial commit of STM32 test code.
author Daniel O'Connor <darius@dons.net.au>
date Mon, 03 Oct 2011 21:19:15 +1030
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:c59513fd84fb
1 #ifndef MAIN_H_
2 #define MAIN_H_
3
4 void main_systick_action(void);
5
6 #endif /* MAIN_H_ */