Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Garcia <dgarcia@dgarcia.net>2019-01-31 02:22:23 +0300
committerDaniel Garcia <dgarcia@dgarcia.net>2019-01-31 02:22:23 +0300
commit53e39d9972696892124243572cc91d10498e3e9f (patch)
treee492044957087afcfd29754a9892d8295d9961fa
parentc0bd0c90ab1c185dc27618a364e0561bbc6962c3 (diff)
Fix missing line.
-rw-r--r--lib8tion/math8.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib8tion/math8.h b/lib8tion/math8.h
index 4f9bc3e5..4dab820f 100644
--- a/lib8tion/math8.h
+++ b/lib8tion/math8.h
@@ -338,6 +338,7 @@ LIB8STATIC uint8_t submod8( uint8_t a, uint8_t b, uint8_t m)
a -= b;
while( a >= m) a -= m;
#endif
+ return a;
}
/// 8x8 bit multiplication, with 8 bit result