Files
Power-Pico/Power_Pico/User/Tasks/Inc/user_HardwareInitTask.h
不吃油炸鸡 37c715b602 update
2025-08-05 16:06:46 +08:00

16 lines
190 B
C

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