Removed SPIsetRegValue

This commit is contained in:
Federico Maggi 2021-04-21 23:39:25 +02:00
parent 12975b23e5
commit 871a0fe34f

View file

@ -874,13 +874,6 @@ class RF69: public PhysicalLayer {
#endif
Module* _mod;
/*!
\brief Proxy to _mod->SPIsetRegValue (to avoid exposing _mod)
\returns \ref status code
*/
int16_t SPIsetRegValue(uint8_t reg, uint8_t value, uint8_t msb = 7, uint8_t lsb = 0, uint8_t checkInterval = 2);
#if !defined(RADIOLIB_GODMODE)
protected:
#endif