projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Make Low Level host demos use void pointers for the configuration descriptor, to...
[pub/USBasp.git]
/
Projects
/
AVRISP
/
AVRISP.c
diff --git
a/Projects/AVRISP/AVRISP.c
b/Projects/AVRISP/AVRISP.c
index
016d74c
..
44b8356
100644
(file)
--- a/
Projects/AVRISP/AVRISP.c
+++ b/
Projects/AVRISP/AVRISP.c
@@
-34,9
+34,6
@@
* the project and is responsible for the initial application hardware configuration.
\r
*/
\r
\r
* the project and is responsible for the initial application hardware configuration.
\r
*/
\r
\r
-// TODO: Add in software SPI for lower programming speeds below 125KHz
\r
-// TODO: Add reversed/shorted target connector checks
\r
-
\r
#include "AVRISP.h"
\r
\r
/** Main program entry point. This routine contains the overall program flow, including initial
\r
#include "AVRISP.h"
\r
\r
/** Main program entry point. This routine contains the overall program flow, including initial
\r