From 1420fe1799619bb9d9bf3df0853c20f9745c71ef Mon Sep 17 00:00:00 2001 From: Guy McSwain Date: Fri, 18 Dec 2020 20:39:24 -0600 Subject: [PATCH] Fix issue#405 Prototype for gpioRunScript is duplicated. --- pigpio.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/pigpio.h b/pigpio.h index 59dc11c..b5ef7e9 100644 --- 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*/