Files
Power-Pico/Power_Pico/User/Tasks/Inc/user_PDUFPTask.h
不吃油炸鸡 40439c1800 add pd ufp
2025-10-14 16:24:47 +08:00

17 lines
170 B
C

#ifndef __USER_PDUFPTASK_H__
#define __USER_PDUFPTASK_H__
#ifdef __cplusplus
extern "C" {
#endif
void PDUFPTask(void *argument);
#ifdef __cplusplus
}
#endif
#endif