diff options
Diffstat (limited to 'FT245.c')
-rw-r--r-- | FT245.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |