MiaoUI/HARDWARE/APP/AirPlane.h

14 lines
221 B
C
Raw Normal View History

2023-07-13 15:32:01 +00:00
#ifndef _AirPlane_H
#define _AirPlane_H
#include "main.h"
2023-07-13 15:32:01 +00:00
#include "FreeRTOS.h"
#include "task.h"
#include <stdio.h>
#include <string.h>
#include <stdbool.h>
#include <stdlib.h> // rand
void AirPlane_Run(void);
#endif