修复ops9

This commit is contained in:
Robofish 2025-09-07 19:20:33 +08:00
parent 822080af2f
commit f449b15fe2

View File

@ -37,6 +37,13 @@ typedef struct {
/* Exported functions prototypes -------------------------------------------- */ /* Exported functions prototypes -------------------------------------------- */
int8_t OPS9_init(OPS9_t *ops9);
int8_t OPS9_Restart(void);
int8_t OPS9_StartDmaRecv(OPS9_t *ops9);
bool OPS9_WaitDmaCplt(uint32_t timeout);
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif