From 34d9061317aa83595488ddb3cc8f6913e07367cf Mon Sep 17 00:00:00 2001 From: Eugene8388608 Date: Tue, 5 Apr 2022 00:53:07 +0300 Subject: fix typo --- src/lib8tion/math8.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib8tion/math8.h b/src/lib8tion/math8.h index 6dd424f0..19a5ad77 100644 --- a/src/lib8tion/math8.h +++ b/src/lib8tion/math8.h @@ -53,7 +53,7 @@ LIB8STATIC_ALWAYS_INLINE uint8_t qadd8( uint8_t i, uint8_t j) /// Add one byte to another, saturating at 0x7F and -0x80 /// @param i - first byte to add /// @param j - second byte to add -/// @returns the sum of i & j, capped at 0xFF and -0x80 +/// @returns the sum of i & j, capped at 0x7F and -0x80 LIB8STATIC_ALWAYS_INLINE int8_t qadd7( int8_t i, int8_t j) { #if QADD7_C == 1 -- cgit v1.2.3