diff packages/net/tcpip/current/tests/tftp_client_test.c @ 110:84e4bde58b26 ecos-sw-2000-07-14

Merge from eCos master repository on 2000-07-14-22:00:02-BST
author jlarmour
date Mon, 17 Jul 2000 14:42:27 +0000
parents ced4577552cd
children 511f4dc167f6
line wrap: on
line diff
--- a/packages/net/tcpip/current/tests/tftp_client_test.c
+++ b/packages/net/tcpip/current/tests/tftp_client_test.c
@@ -58,7 +58,7 @@
 
 // Note: the TFTP client calls need at least (SEGSIZE==512)+4
 // additional bytes of workspace, thus the padding.
-#define STACK_SIZE (CYGNUM_HAL_STACK_SIZE_TYPICAL+1024)
+#define STACK_SIZE (CYGNUM_HAL_STACK_SIZE_TYPICAL+0x1000)
 static char stack[STACK_SIZE];
 static cyg_thread thread_data;
 static cyg_handle_t thread_handle;