37 lines
177 B
C
37 lines
177 B
C
#ifndef __DEVICE_TASK_H__
|
|
#define __DEVICE_TASK_H__
|
|
|
|
#include "stm32g4xx_hal.h"
|
|
|
|
#include "FreeRTOS.h"
|
|
|
|
#include "cmsis_os.h"
|
|
|
|
#include "main.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|