From 0b6faa11cb0f3b16c565986cd4d8c484d2740afb Mon Sep 17 00:00:00 2001 From: jgromes Date: Mon, 13 Jun 2022 16:31:58 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=2058075?= =?UTF-8?q?df54b5c219f707eec72e3daad7eb5f60ddd=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _module_8h_source.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_module_8h_source.html b/_module_8h_source.html index 0e6da39e..d67907b9 100644 --- a/_module_8h_source.html +++ b/_module_8h_source.html @@ -195,9 +195,9 @@ $(document).ready(function(){initNavTree('_module_8h_source.html',''); initResiz
361  // helper functions to set up SPI overrides on Arduino
362  #if defined(RADIOLIB_BUILD_ARDUINO)
363  void SPIbegin();
-
364  void SPIbeginTransaction();
+
364  virtual void SPIbeginTransaction();
365  uint8_t SPItransfer(uint8_t b);
-
366  void SPIendTransaction();
+
366  virtual void SPIendTransaction();
367  void SPIend();
368  #endif
369