projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Oops - new Write Word alignment code in the TPI programming function means that the...
[pub/lufa.git]
/
Projects
/
AVRISP-MKII
/
Lib
/
XPROG
/
TINYNVM.c
diff --git
a/Projects/AVRISP-MKII/Lib/XPROG/TINYNVM.c
b/Projects/AVRISP-MKII/Lib/XPROG/TINYNVM.c
index
47a265a
..
e3e43dd
100644
(file)
--- a/
Projects/AVRISP-MKII/Lib/XPROG/TINYNVM.c
+++ b/
Projects/AVRISP-MKII/Lib/XPROG/TINYNVM.c
@@
-149,7
+149,7
@@
bool TINYNVM_ReadMemory(const uint16_t ReadAddress, uint8_t* ReadBuffer, uint16_
*
\r
* \return Boolean true if the command sequence complete successfully
\r
*/
\r
*
\r
* \return Boolean true if the command sequence complete successfully
\r
*/
\r
-bool TINYNVM_WriteMemory(const uint16_t WriteAddress,
const
uint8_t* WriteBuffer, uint16_t WriteLength)
\r
+bool TINYNVM_WriteMemory(const uint16_t WriteAddress, uint8_t* WriteBuffer, uint16_t WriteLength)
\r
{
\r
/* Wait until the NVM controller is no longer busy */
\r
if (!(TINYNVM_WaitWhileNVMControllerBusy()))
\r
{
\r
/* Wait until the NVM controller is no longer busy */
\r
if (!(TINYNVM_WaitWhileNVMControllerBusy()))
\r