summaryrefslogtreecommitdiff
path: root/Libraries/Button/button_task.h
blob: c55f8c3ee7b529ccc6d1ed7f9a526561f35623a4 (plain)
1
2
3
4
5
6
7
8
#ifndef BUTTON_TASK_INCLUDED
#define BUTTON_TASK_INCLUDED

#include "stm32f0xx.h"

void Button_Task ( void *pvParameters );

#endif //BUTTON_TASK_INCLUDED