Skip to content

Commit c001de3

Browse files
Update RF24Network.h
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 33ff700 commit c001de3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

RF24Network.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@ class ESBNetwork
976976
uint8_t frame_queue[MAIN_BUFFER_SIZE]; /** Space for a small set of frames that need to be delivered to the app layer */
977977
#endif
978978

979-
uint8_t* next_frame; /** Pointer into the @p frame_queue where we should place the next received frame */
979+
uint8_t* next_frame; /** Pointer into the @p frame_queue where we should place the next received frame */
980980

981981
#if !defined(DISABLE_FRAGMENTATION)
982982
RF24NetworkFrame frag_queue; /* a cache for re-assembling incoming message fragments */

0 commit comments

Comments
 (0)