From a393899f998e5c047572ea25c71029500f82a1fc Mon Sep 17 00:00:00 2001 From: jgromes Date: Sun, 24 Jul 2022 18:00:21 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20356f1?= =?UTF-8?q?ef2fded158147c7fb0a9ce254723c561bd7=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _build_opt_8h_source.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_build_opt_8h_source.html b/_build_opt_8h_source.html index 3ac2c1fd..ac8c693f 100644 --- a/_build_opt_8h_source.html +++ b/_build_opt_8h_source.html @@ -327,7 +327,7 @@ $(document).ready(function(){initNavTree('_build_opt_8h_source.html',''); initRe
239  #define RADIOLIB_CB_ARGS_DIGITAL_READ (int, digitalRead, uint32_t ulPin)
240  #define RADIOLIB_CB_ARGS_TONE (void, tone, uint8_t _pin, unsigned int frequency, unsigned long duration)
241  #define RADIOLIB_CB_ARGS_NO_TONE (void, noTone, uint8_t _pin, bool destruct)
-
242  #define RADIOLIB_CB_ARGS_ATTACH_INTERRUPT (void, attachInterrupt, uint32_t pin, void (*callback)(void), uint32_t mode)
+
242  #define RADIOLIB_CB_ARGS_ATTACH_INTERRUPT (void, attachInterrupt, uint32_t pin, callback_function_t callback, uint32_t mode)
243  #define RADIOLIB_CB_ARGS_DETACH_INTERRUPT (void, detachInterrupt, uint32_t pin)
244  #define RADIOLIB_CB_ARGS_YIELD (void, yield, void)
245  #define RADIOLIB_CB_ARGS_DELAY (void, delay, uint32_t ms)