EBIKE-FreeRTOS/Source/SIF.h

15 lines
176 B
C
Raw Normal View History

2024-04-16 11:58:43 +08:00
#ifndef SIF_H
#define SIF_H
/* Scheduler include files. */
#include "FreeRTOS.h"
#include "task.h"
#include "semphr.h"
#include <stdio.h>
extern void SIF(void *p);
#endif