Add configUSE_STREAM_BUFFERS in source files

This commit is contained in:
Rahul Kar 2024-02-14 17:17:58 +00:00
parent f74cc70de0
commit 57d6dbac67
3 changed files with 82 additions and 66 deletions

View file

@ -322,6 +322,10 @@
#define configUSE_EVENT_GROUPS 1
#endif
#ifndef configUSE_STREAM_BUFFERS
#define configUSE_STREAM_BUFFERS 1
#endif
#ifndef configUSE_COUNTING_SEMAPHORES
#define configUSE_COUNTING_SEMAPHORES 0
#endif