]> git.feebdaed.xyz Git - 0xmirror/pigpio.git/commitdiff
Fix issue#405 Prototype for gpioRunScript is duplicated.
authorGuy McSwain <guy.mcswain@gmail.com>
Sat, 19 Dec 2020 02:39:24 +0000 (20:39 -0600)
committerGuy McSwain <guy.mcswain@gmail.com>
Sat, 19 Dec 2020 02:39:24 +0000 (20:39 -0600)
pigpio.h

index 59dc11c7b4367fe2dd2cbf6c6e26476abe97b242..b5ef7e90641f2ae1a81a3407035d6bb123d8cb21 100644 (file)
--- a/pigpio.h
+++ b/pigpio.h
@@ -3863,24 +3863,6 @@ param is an array of up to 10 parameters which may be referenced in
 the script as p0 to p9.
 D*/
 
-/*F*/
-int gpioRunScript(unsigned script_id, unsigned numPar, uint32_t *param);
-/*D
-This function runs a stored script.
-
-. .
-script_id: >=0, as returned by [*gpioStoreScript*]
-   numPar: 0-10, the number of parameters
-    param: an array of parameters
-. .
-
-The function returns 0 if OK, otherwise PI_BAD_SCRIPT_ID, or
-PI_TOO_MANY_PARAM.
-
-param is an array of up to 10 parameters which may be referenced in
-the script as p0 to p9.
-D*/
-
 
 
 /*F*/