projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Corrected AudioInput and AudioOutput demos, to fix endpoint underflows due to roundin...
[pub/USBasp.git]
/
Bootloaders
/
DFU
/
BootloaderDFU.c
diff --git
a/Bootloaders/DFU/BootloaderDFU.c
b/Bootloaders/DFU/BootloaderDFU.c
index
6bea9b2
..
5375b9c
100644
(file)
--- a/
Bootloaders/DFU/BootloaderDFU.c
+++ b/
Bootloaders/DFU/BootloaderDFU.c
@@
-539,7
+539,7
@@
static void LoadStartEndAddresses(void)
EndAddr = Address[1].Word;
\r
}
\r
\r
EndAddr = Address[1].Word;
\r
}
\r
\r
-/** Handler for a Memory Program command issued by the host. This routine handles the prep
e
rations needed
\r
+/** Handler for a Memory Program command issued by the host. This routine handles the prep
a
rations needed
\r
* to write subsequent data from the host into the specified memory.
\r
*/
\r
static void ProcessMemProgCommand(void)
\r
* to write subsequent data from the host into the specified memory.
\r
*/
\r
static void ProcessMemProgCommand(void)
\r
@@
-569,7
+569,7
@@
static void ProcessMemProgCommand(void)
}
\r
}
\r
\r
}
\r
}
\r
\r
-/** Handler for a Memory Read command issued by the host. This routine handles the prep
e
rations needed
\r
+/** Handler for a Memory Read command issued by the host. This routine handles the prep
a
rations needed
\r
* to read subsequent data from the specified memory out to the host, as well as implementing the memory
\r
* blank check command.
\r
*/
\r
* to read subsequent data from the specified memory out to the host, as well as implementing the memory
\r
* blank check command.
\r
*/
\r