DEFAULT_STACK_SIZE is only used within Fx_uSD_File_Edit.
 
Symbols
loading...
Files
loading...

DEFAULT_STACK_SIZE macro

Syntax

#define DEFAULT_STACK_SIZE (2 * 1024)

References

LocationText
app_filex.h:61
#define DEFAULT_STACK_SIZE (2 * 1024)
app_filex.c:80
ret = tx_byte_allocate(byte_pool, &pointer, DEFAULT_STACK_SIZE, TX_NO_WAIT);
app_filex.c:89
tx_thread_create(&fx_app_thread, "FileX App Thread", fx_thread_entry, 0, pointer, DEFAULT_STACK_SIZE,