projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Update UC3 platform driver support to use the bitmasks defined in the header files...
[pub/USBasp.git]
/
Bootloaders
/
DFU
/
BootloaderDFU.c
diff --git
a/Bootloaders/DFU/BootloaderDFU.c
b/Bootloaders/DFU/BootloaderDFU.c
index
fdd4d2d
..
1dae162
100644
(file)
--- a/
Bootloaders/DFU/BootloaderDFU.c
+++ b/
Bootloaders/DFU/BootloaderDFU.c
@@
-87,7
+87,7
@@
static uint8_t Flash64KBPage = 0;
*/
static uint16_t StartAddr = 0x0000;
*/
static uint16_t StartAddr = 0x0000;
-/** Memory end address, indicating the end address to read
to/write from
in the memory being addressed (either FLASH
+/** Memory end address, indicating the end address to read
from/write to
in the memory being addressed (either FLASH
* of EEPROM depending on the issued command from the host).
*/
static uint16_t EndAddr = 0x0000;
* of EEPROM depending on the issued command from the host).
*/
static uint16_t EndAddr = 0x0000;