Make reset=gpio,17,0 the default for the RaspberryPi.
This commit is contained in:
parent
e5a0d5eb8c
commit
b090d89c70
3
p1load.c
3
p1load.c
@ -120,6 +120,9 @@ int main(int argc, char *argv[])
|
|||||||
state.tx = cb_tx;
|
state.tx = cb_tx;
|
||||||
state.rx_timeout = cb_rx_timeout;
|
state.rx_timeout = cb_rx_timeout;
|
||||||
state.progress = cb_progress;
|
state.progress = cb_progress;
|
||||||
|
#ifdef RASPBERRY_PI
|
||||||
|
use_reset_method("gpio,17,0");
|
||||||
|
#endif
|
||||||
|
|
||||||
/* process the position-independent arguments */
|
/* process the position-independent arguments */
|
||||||
for (i = 1; i < argc; ++i) {
|
for (i = 1; i < argc; ++i) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user