mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-03-12 10:20:12 +03:00
format
This commit is contained in:
parent
1359630bcd
commit
003384482a
@ -877,7 +877,7 @@ extern int osStopTimer(OSTimer *);
|
|||||||
|
|
||||||
/* Controller interface */
|
/* Controller interface */
|
||||||
|
|
||||||
extern s32 osContInit(OSMesgQueue *, u8 *, OSContStatus *);
|
extern s32 osContInit(OSMesgQueue * mq, u8 * bitpattern, OSContStatus * data);
|
||||||
extern s32 osContReset(OSMesgQueue *, OSContStatus *);
|
extern s32 osContReset(OSMesgQueue *, OSContStatus *);
|
||||||
extern s32 osContStartQuery(OSMesgQueue *);
|
extern s32 osContStartQuery(OSMesgQueue *);
|
||||||
extern s32 osContStartReadData(OSMesgQueue *);
|
extern s32 osContStartReadData(OSMesgQueue *);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user