Incoporate (more) new ARMv7-M exception handling logic contributed by Mike Smith

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4414 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2012-02-22 18:44:34 +00:00
parent cb32f5c1a4
commit 1e145dddae
4 changed files with 356 additions and 102 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ static inline void tcp_teardown_callbacks(struct tcp_connect_s *pstate,
if (status < 0)
{
/* Stop the connection event monitor */
/* Failed to connect. Stop the connection event monitor */
net_stopmonitor(conn);
}