From c10d21e6300d9cd084f73290d4af629af4e5e88a Mon Sep 17 00:00:00 2001 From: peter-pycom <61411318+peter-pycom@users.noreply.github.com> Date: Thu, 14 Oct 2021 12:09:03 +0200 Subject: [PATCH] pygate: fix typo --- content/firmwareapi/pycom/machine/pygate.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/firmwareapi/pycom/machine/pygate.md b/content/firmwareapi/pycom/machine/pygate.md index 7d0c8e1..ad0c37e 100644 --- a/content/firmwareapi/pycom/machine/pygate.md +++ b/content/firmwareapi/pycom/machine/pygate.md @@ -32,7 +32,7 @@ Resets the Pygate and inserted development module (including the LTE modem, if p `machine.PYGATE_STOP_EVT` - `machine.MP_QSTR_PYGATE_ERROR_EVT` + `machine.PYGATE_ERROR_EVT` - `handler`: The callback function to be called. When not passed to function, any pre-registered callback will be disabled/removed. @@ -40,4 +40,4 @@ Resets the Pygate and inserted development module (including the LTE modem, if p ### machine.events() -Get the Pygate events \ No newline at end of file +Get the Pygate events