Update sal_socket.c

This commit is contained in:
Man, Jianting (Meco) 2023-04-20 22:41:55 -04:00
parent 4117872c4c
commit 279825936b

View File

@ -27,7 +27,7 @@
#endif
/* check system workqueue stack size */
#ifdef SAL_INTERNET_CHECK && #if RT_SYSTEM_WORKQUEUE_STACKSIZE < 1536
#if defined(SAL_INTERNET_CHECK) && RT_SYSTEM_WORKQUEUE_STACKSIZE < 1536
#error "The system workqueue stack size must more than 1536 bytes"
#endif