소스 검색

Update sal_socket.c

Man, Jianting (Meco) 2 년 전
부모
커밋
279825936b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      components/net/sal/src/sal_socket.c

+ 1 - 1
components/net/sal/src/sal_socket.c

@@ -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