aboutsummaryrefslogtreecommitdiff
path: root/cc3200/telnet/telnet.c
diff options
context:
space:
mode:
Diffstat (limited to 'cc3200/telnet/telnet.c')
-rw-r--r--cc3200/telnet/telnet.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/cc3200/telnet/telnet.c b/cc3200/telnet/telnet.c
index 7d11df913..31037aed2 100644
--- a/cc3200/telnet/telnet.c
+++ b/cc3200/telnet/telnet.c
@@ -36,6 +36,7 @@
#include "debug.h"
#include "mpexception.h"
#include "serverstask.h"
+#include "mperror.h"
#include "genhdr/py-version.h"
@@ -461,7 +462,8 @@ static bool telnet_send_with_retries (int16_t sd, const void *pBuf, int16_t len)
} while (++retries <= TELNET_TX_RETRIES_MAX);
}
else {
- // TODO: blink the BLD
+ // blink the system led
+ mperror_signal_error();
}
return false;