diff options
Diffstat (limited to 'src/libultra_code_O2/osContQuery.c')
| -rw-r--r-- | src/libultra_code_O2/osContQuery.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/libultra_code_O2/osContQuery.c b/src/libultra_code_O2/osContQuery.c index ffcdea041..ff7cd4385 100644 --- a/src/libultra_code_O2/osContQuery.c +++ b/src/libultra_code_O2/osContQuery.c @@ -4,8 +4,7 @@ * osContStartQuery: * Starts to read the values for SI device status and type which are connected to the controller port and joyport * connector. - **/ - + */ s32 osContStartQuery(OSMesgQueue* mq) { s32 ret; ret = 0; @@ -25,7 +24,7 @@ s32 osContStartQuery(OSMesgQueue* mq) { /** * osContGetQuery: * Returns the values from osContStartQuery to status. Both functions must be paired for use. - **/ + */ void osContGetQuery(OSContStatus* data) { u8 pattern; __osContGetInitData(&pattern, data); |
