Skip to content

Commit 33ff700

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

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
@@ -971,7 +971,7 @@ class ESBNetwork
971971
#else // Not Linux:
972972

973973
#if defined(DISABLE_USER_PAYLOADS)
974-
uint8_t frame_queue[1]; /** Space for a small set of frames that need to be delivered to the app layer */
974+
uint8_t frame_queue[1]; /** Space for a small set of frames that need to be delivered to the app layer */
975975
#else
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

0 commit comments

Comments
 (0)