summaryrefslogtreecommitdiff
path: root/pigpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'pigpio.h')
-rw-r--r--pigpio.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pigpio.h b/pigpio.h
index 7364b71..2d98e75 100644
--- a/pigpio.h
+++ b/pigpio.h
@@ -107,7 +107,8 @@ If the library is initialised the [*gpioCfg**] functions will return
error PI_INITIALISED.
If you intend to rely on signals sent to your application, you should
-turn off the internal signal handling as show in this example:
+turn off the internal signal handling as shown in this example:
+
. .
int cfg = gpioCfgGetInternals();
cfg |= PI_CFG_NOSIGHANDLER; // (1<<10)