Changeset 830
- Timestamp:
- Oct 3, 2014, 4:19:18 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/softs/tsar_boot/src/reset_utils.c
r758 r830 77 77 } 78 78 read_nbyte += (nblk * BLOCK_SIZE); 79 nbyte -= read_nbyte;79 nbyte -= (nblk * BLOCK_SIZE); 80 80 offset_blk += nblk; 81 81 }
Note: See TracChangeset
for help on using the changeset viewer.