diff options
author | Leonard Kugis <leonard@kug.is> | 2024-05-24 01:18:10 +0200 |
---|---|---|
committer | Leonard Kugis <leonard@kug.is> | 2024-05-24 01:18:10 +0200 |
commit | 558a36fdcd660a945b71085f2738d65160798d00 (patch) | |
tree | 1cb2e94cf5ca48e7d210b20114885164283cb182 | |
parent | efd8b0a08ac9439845c2c2f9d50d30cda8692421 (diff) |
-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) |