aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FT245.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/FT245.c b/FT245.c
index 0648c73..cac5aa8 100644
--- a/FT245.c
+++ b/FT245.c
@@ -831,6 +831,7 @@ static bool byte_read(ft245_t *ft245, uint8_t byte, uint8_t *value)
return true;
}
#endif // (FT245_DRIVER_MODE_STATIC == 1)
+ return false;
}
static bool tx_word(ft245_t *ft245)