If no BeRTOS version is selected the Wizard automatically select the latest
[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 }
7