mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-25 07:28:17 -05:00
Fix documentation mismatch
This commit is contained in:
parent
299e7e3465
commit
0aa84599ba
|
|
@ -87,7 +87,7 @@ s24_8 s24_8_mul(s24_8 x, s24_8 y);
|
|||
*
|
||||
* @returns The quotient `x/y` as a signed 24.8 fixed-point number.
|
||||
*/
|
||||
s32 s24_8_div(s32 r0, s32 r1);
|
||||
s32 s24_8_div(s32 x, s32 y);
|
||||
|
||||
/**
|
||||
* This function multiplies two unsigned 24.8 fixed-point numbers.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user