Fix documentation mismatch

This commit is contained in:
Mateon1 2024-09-26 15:00:46 +02:00
parent 299e7e3465
commit 0aa84599ba
No known key found for this signature in database
GPG Key ID: 6A6067123E4CAF6E

View File

@ -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.