[PHY] Fixed pin type
This commit is contained in:
parent
61a3c2ed69
commit
c8be880f95
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ class PhysicalLayer {
|
|||
|
||||
\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.
|
||||
|
|
Loading…
Add table
Reference in a new issue