Skip to content

Commit

Permalink
Fixed formatting error in v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marzogh committed Jun 1, 2019
1 parent 0c55c30 commit de3c71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Change log.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ address = (pagenumber << 8) + offset.
flash.begin(flashChipSize)
```

where flashChipSize is indicated in Bytes, Kilobytes or Megabytes. (Refer to the next two items in this change log)
where flashChipSize is indicated in Bytes, Kilobytes or Megabytes. (Refer to the next two items in this change log)

- Including 'flashChipSize' in flash.begin() compiles more efficiently than in previous versions.
- The way memory size is indicated by the users in flash.begin(flashChipSize) has changed - please refer to defines.h or the wiki for further information. The new method enables users to define any custom size unlike the previous version where only a limited number of predetermined sizes were available to use.
Expand Down

0 comments on commit de3c71f

Please sign in to comment.