stm32-p103: add board preset with context_switch benchmark.
[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 }