54652f1788f732dbf6d0b2ff73053466e56e4934
[bertos.git] / boards / stm32-p103 / benchmark / context_switch / main.c
1 // Emtpy main.c file generated by the wizard
2 #include <benchmark/context_switch.h>
3
4 int main(void)
5 {
6         context_switch();
7         while (1)
8         {
9         }
10
11         return 0;
12 }