add esp8266 example

This commit is contained in:
acevest
2020-01-08 20:05:24 +08:00
parent 72481955e2
commit 5920066f21
10 changed files with 1008 additions and 2 deletions

View File

@@ -347,7 +347,7 @@ __STATIC_INLINE__ void at_echo_flush(at_echo_t *echo)
echo->__w_idx = 0;
}
__STATIC_INLINE void at_echo_attach(at_echo_t *echo)
__STATIC_INLINE__ void at_echo_attach(at_echo_t *echo)
{
at_echo_flush(echo);
AT_AGENT->echo = echo;