view main.h @ 1:7a08db98ae8b

Split out compile flags for easier editing. Allow toolchain suffixes (needed for when arm-elf works). Add debug target.
author Daniel O'Connor <darius@dons.net.au>
date Sat, 08 Oct 2011 20:33:47 +1030
parents c59513fd84fb
children
line wrap: on
line source

#ifndef MAIN_H_
#define MAIN_H_

void main_systick_action(void);

#endif /* MAIN_H_ */