From 75632e6c7518d32ba06f6083bc3ea61562346b4f Mon Sep 17 00:00:00 2001 From: David Betz Date: Tue, 10 Feb 2015 17:10:44 -0500 Subject: [PATCH] Add help for the GPIO defaults. --- p1load.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/p1load.c b/p1load.c index c495fd7..344eb91 100644 --- a/p1load.c +++ b/p1load.c @@ -306,7 +306,8 @@ usage: p1load\n\ printf("\ \n\ This version supports resetting the Propeller with a GPIO pin with option: -Dreset=gpio,pin,level\n\ -where \"pin\" is the GPIO number to use and \"level\" is the logic level, 0 or 1. \n\ +where \"pin\" is the GPIO number to use and \"level\" is the logic level, 0 or 1. This defaults to\n\ +GPIO 17 and level 0.\n\ "); #endif exit(1);