Browse Source
* Remove duplicate calls to PrepareSector Some flash memory API calls require that a call to `PrepareSector` is done before use. However this call is already made by the LPC1768 framework so the calls in this code are not required. * Ensure correct alignment of RAM buffer The LPC176X flash API requires that the RAM buffer used for write operations must be word-aligned. This change ensures that this is the case.pull/1/head
Andy Shaw
6 years ago
committed by
Scott Lahteine
1 changed files with 1 additions and 3 deletions
Loading…
Reference in new issue