mirror of
https://github.com/goldenfishs/MRobot.git
synced 2025-09-14 12:54:33 +08:00
修复ops9
This commit is contained in:
parent
822080af2f
commit
f449b15fe2
@ -37,6 +37,13 @@ typedef struct {
|
||||
|
||||
/* 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
|
||||
}
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user