[nRF24] Fixed typos

This commit is contained in:
jgromes 2020-03-22 08:14:32 +01:00
parent 61bb57b9be
commit 73d5a482d1

View file

@ -428,7 +428,7 @@ class nRF24: public PhysicalLayer {
int16_t setCrcFiltering(bool crcOn = true); int16_t setCrcFiltering(bool crcOn = true);
/*! /*!
\brief Enable or disable auto-acknowlede packets on all pipes \brief Enable or disable auto-acknowledge packets on all pipes
\param autoAckOn Enable (true) or disable (false) auto-acks. \param autoAckOn Enable (true) or disable (false) auto-acks.
@ -437,7 +437,7 @@ class nRF24: public PhysicalLayer {
int16_t setAutoAck(bool autoAckOn = true); int16_t setAutoAck(bool autoAckOn = true);
/*! /*!
\brief Enable or disable auto-acknowlede packets on given pipe. \brief Enable or disable auto-acknowledge packets on given pipe.
\param pipeNum Number of pipe to which enable / disable auto-acks. \param pipeNum Number of pipe to which enable / disable auto-acks.