mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 09:38:32 -04:00
Continue to remove unnecessary 'signed char *' casts from strings that are now just plain char * types.
This commit is contained in:
parent
da93f1fc4b
commit
653fdb81d5
4 changed files with 8 additions and 162 deletions
|
@ -59,7 +59,7 @@
|
|||
* vTracePrintF may use multiple records depending on the number of data args.
|
||||
******************************************************************************/
|
||||
|
||||
#define EVENT_BUFFER_SIZE 100000 /* Adjust wrt. to available RAM */
|
||||
#define EVENT_BUFFER_SIZE 10000 /* Adjust wrt. to available RAM */
|
||||
|
||||
|
||||
/*******************************************************************************
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue