summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlejandro Javier Asenjo Nitti <alejandro.asenjo88@gmail.com>2023-10-16 13:37:57 -0300
committerAlejandro Javier Asenjo Nitti <alejandro.asenjo88@gmail.com>2023-10-16 13:37:57 -0300
commit003384482a8da1982f7c63b99871ef6d030d7b98 (patch)
tree54527f9820ae7f5295802c8ac04b2acf14b3b211 /include
parent1359630bcdc70f5e7ec80b7ada8c29be78a2d851 (diff)
format
Diffstat (limited to 'include')
-rw-r--r--include/PR/os.h2
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 *);