[PHY] Fixed pin type

pull/321/head
jgromes 2021-06-14 21:08:34 +02:00
rodzic 61a3c2ed69
commit c8be880f95
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -282,7 +282,7 @@ class PhysicalLayer {
\param pin Pin on which to read. \param pin Pin on which to read.
*/ */
virtual void readBit(uint8_t pin) = 0; virtual void readBit(RADIOLIB_PIN_TYPE pin) = 0;
/*! /*!
\brief Get the number of direct mode bytes currently available in buffer. \brief Get the number of direct mode bytes currently available in buffer.