projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add LUFA-111009-BETA tag.
[pub/USBasp.git]
/
Projects
/
Webserver
/
Lib
/
DataflashManager.c
diff --git
a/Projects/Webserver/Lib/DataflashManager.c
b/Projects/Webserver/Lib/DataflashManager.c
index
efd7001
..
b7d0598
100644
(file)
--- a/
Projects/Webserver/Lib/DataflashManager.c
+++ b/
Projects/Webserver/Lib/DataflashManager.c
@@
-356,7
+356,7
@@
void DataflashManager_WriteBlocks_RAM(const uint32_t BlockAddress,
/* Send the Dataflash buffer write command */
Dataflash_ToggleSelectedChipCS();
- Dataflash_SendByte(DF_CMD_BUFF1WRITE);
+ Dataflash_SendByte(
UsingSecondBuffer ? DF_CMD_BUFF2WRITE :
DF_CMD_BUFF1WRITE);
Dataflash_SendAddressBytes(0, 0);
}