#ifndef BUTTON_TASK_INCLUDED #define BUTTON_TASK_INCLUDED #include "stm32f0xx.h" void Button_Task ( void *pvParameters ); #endif //BUTTON_TASK_INCLUDED