Rename CLOCK_FREQ macro to CPU_FREQ: now clock frequency has to be set in the makefile.
[bertos.git] / wizard / srctemplates / main.c
1 // Emtpy main.c file generated by the wizard
2
3 int main(void)
4 {
5     return 0;
6 }