Make reset=gpio,17,0 the default for the RaspberryPi.

This commit is contained in:
David Betz 2015-02-08 20:35:58 -05:00
parent e5a0d5eb8c
commit b090d89c70

View File

@ -120,6 +120,9 @@ int main(int argc, char *argv[])
state.tx = cb_tx;
state.rx_timeout = cb_rx_timeout;
state.progress = cb_progress;
#ifdef RASPBERRY_PI
use_reset_method("gpio,17,0");
#endif
/* process the position-independent arguments */
for (i = 1; i < argc; ++i) {