53 lines
213 B
C
53 lines
213 B
C
#ifndef __DISPLAY_TASK_H__
|
|
#define __DISPLAY_TASK_H__
|
|
|
|
#include "stm32f4xx_hal.h"
|
|
|
|
#include "FreeRTOS.h"
|
|
#include "cmsis_os.h"
|
|
|
|
#include "global.h"
|
|
#include "bsp.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|