Removed SPIsetRegValue

pull/279/head
Federico Maggi 2021-04-21 23:39:25 +02:00
rodzic 12975b23e5
commit 871a0fe34f
1 zmienionych plików z 0 dodań i 7 usunięć

Wyświetl plik

@ -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