Use note block

This commit is contained in:
Marc Gilleron 2021-01-24 14:41:24 +00:00
parent 3ccf85bbdd
commit 5a5a508249

View File

@ -110,7 +110,9 @@ header_size + first_sector_index * sector_size
```
Once we have the address of the block, the first 4 bytes at this address will contain the size of the written data.
Note: those 4 bytes are included in the total block size when the number of occupied sectors is determined.
!!! note
those 4 bytes are included in the total block size when the number of occupied sectors is determined.
```
RegionBlockData