[PHY] Fixed pin type

This commit is contained in:
jgromes 2021-06-14 21:08:34 +02:00
parent 61a3c2ed69
commit c8be880f95

View file

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