• Fabio Utzig's avatar
    Fix hang when file has a size multiple of 512 · b1886213
    Fabio Utzig authored
    When trying to write a file which has size multiple of
    block_size, the last write would try to write 0 bytes
    which caused the ICDI firmware to hang. Now checking and
    skipping if that's the case.
    b1886213