PPS 测试OK,动态调压OK

This commit is contained in:
不吃油炸鸡
2025-10-26 15:20:04 +08:00
parent fd27d5f9d8
commit 868efce68d
3 changed files with 7 additions and 14 deletions

View File

@@ -73,10 +73,10 @@ typedef struct
}App_PD_t;
extern FUSB302_dev_t fusb302_dev;
extern PD_protocol_t pd_protocol;
extern App_PD_t app_pd;
uint8_t fusb302_dev_init(void);
uint8_t fusb302_test(void);
void handle_FUSB302_event(FUSB302_event_t events);
#ifdef __cplusplus
}