EBIKE-FreeRTOS/Source/SIF.h
2024-04-16 11:58:43 +08:00

15 lines
176 B
C

#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