rename sal.h as sal_low_lvl.h

This commit is contained in:
Meco Man
2022-05-16 10:02:22 +08:00
committed by guo
parent 0e5bb9d042
commit 2575a93516
7 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -719,7 +719,7 @@ The following is the access registration process implemented by AT Socket networ
```c
#include <rtthread.h>
#include <netdb.h>
#include <sal.h> /* SAL component structure holds the header file */
#include <sal_low_lvl.h> /* SAL component structure holds the header file */
#include <at_socket.h> /* AT Socket related header file */
#include <af_inet.h>