add pd ufp

This commit is contained in:
不吃油炸鸡
2025-10-14 16:24:47 +08:00
parent 6015bfda31
commit 40439c1800
11 changed files with 1717 additions and 61 deletions

View File

@@ -1,16 +0,0 @@
#ifndef __USER_DATATASK_H__
#define __USER_DATATASK_H__
#ifdef __cplusplus
extern "C" {
#endif
void DataTask(void *argument);
#ifdef __cplusplus
}
#endif
#endif

View File

@@ -0,0 +1,16 @@
#ifndef __USER_PDUFPTASK_H__
#define __USER_PDUFPTASK_H__
#ifdef __cplusplus
extern "C" {
#endif
void PDUFPTask(void *argument);
#ifdef __cplusplus
}
#endif
#endif