From b969feb346187802f7e4c95d7fec2bcdc67269ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Wed, 31 May 2017 01:41:44 +0200 Subject: [PATCH] Simplify bool array converter functions. --- shared/bool_array_converter.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/bool_array_converter.c b/shared/bool_array_converter.c index 27cd26f..f174995 100644 --- a/shared/bool_array_converter.c +++ b/shared/bool_array_converter.c @@ -5,13 +5,13 @@ void BoolBytesToBits(uint8_t *srcBytes, uint8_t *dstBits, uint8_t byteCount) { memset(dstBits, 0, byteCount/8 + 1); for (uint8_t i=0; i