diff options
| author | Alejandro Javier Asenjo Nitti <alejandro.asenjo88@gmail.com> | 2023-10-16 13:37:57 -0300 |
|---|---|---|
| committer | Alejandro Javier Asenjo Nitti <alejandro.asenjo88@gmail.com> | 2023-10-16 13:37:57 -0300 |
| commit | 003384482a8da1982f7c63b99871ef6d030d7b98 (patch) | |
| tree | 54527f9820ae7f5295802c8ac04b2acf14b3b211 /include | |
| parent | 1359630bcdc70f5e7ec80b7ada8c29be78a2d851 (diff) | |
format
Diffstat (limited to 'include')
| -rw-r--r-- | include/PR/os.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/PR/os.h b/include/PR/os.h index d6ec937a..073232e7 100644 --- a/include/PR/os.h +++ b/include/PR/os.h @@ -877,7 +877,7 @@ extern int osStopTimer(OSTimer *); /* Controller interface */ -extern s32 osContInit(OSMesgQueue *, u8 *, OSContStatus *); +extern s32 osContInit(OSMesgQueue * mq, u8 * bitpattern, OSContStatus * data); extern s32 osContReset(OSMesgQueue *, OSContStatus *); extern s32 osContStartQuery(OSMesgQueue *); extern s32 osContStartReadData(OSMesgQueue *); |
