There was an error while loading. Please reload this page.
1 parent 33ff700 commit c001de3Copy full SHA for c001de3
1 file changed
RF24Network.h
@@ -976,7 +976,7 @@ class ESBNetwork
976
uint8_t frame_queue[MAIN_BUFFER_SIZE]; /** Space for a small set of frames that need to be delivered to the app layer */
977
#endif
978
979
- uint8_t* next_frame; /** Pointer into the @p frame_queue where we should place the next received frame */
+ uint8_t* next_frame; /** Pointer into the @p frame_queue where we should place the next received frame */
980
981
#if !defined(DISABLE_FRAGMENTATION)
982
RF24NetworkFrame frag_queue; /* a cache for re-assembling incoming message fragments */
0 commit comments