Skip to content

Commit

Permalink
[no ci] remove doc artifact about new flag
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jul 29, 2021
1 parent 859f9c4 commit d03d6ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RF24Network.h
Original file line number Diff line number Diff line change
Expand Up @@ -771,8 +771,8 @@ class RF24Network
* @brief The last stage an outgoing frame reaches (actual/inital transmission is done here).
*
* The parameters for this function are the result translation of `logicalToPhysicalAddress()`.
* Internally, the networkFlags FLAG_FAST_FRAG & FLAG_FIRST_FRAG are used here (set beforehand)
* to avoid unnecessarily re-configuring the radio during transmission of fragmented messages.
* Internally, the `networkFlags` FLAG_FAST_FRAG is used here (set beforehand) to avoid unnecessarily
* re-configuring the radio during transmission of fragmented messages.
*/
bool write_to_pipe(uint16_t node, uint8_t pipe, bool multicast);

Expand Down

0 comments on commit d03d6ee

Please sign in to comment.