From 479f2a4ad1243578684824fc2f66b44b4c87db3e Mon Sep 17 00:00:00 2001 From: David Lin Date: Sun, 12 Apr 2020 09:51:48 +0800 Subject: [PATCH] Update tos_at.h __AT_AGENT_H_ -> _TOS_AT_H_ --- net/at/include/tos_at.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/at/include/tos_at.h b/net/at/include/tos_at.h index 0ac360ef..cb0a773f 100644 --- a/net/at/include/tos_at.h +++ b/net/at/include/tos_at.h @@ -473,5 +473,5 @@ __API__ const char *tos_at_agent_channel_ip_get(int channel_id); */ __API__ const char *tos_at_agent_channel_port_get(int channel_id); -#endif /* __AT_AGENT_H_ */ +#endif /* _TOS_AT_H_ */