summaryrefslogtreecommitdiff
path: root/apps/examples/cc3000/cc3000basic.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/cc3000/cc3000basic.c')
-rw-r--r--apps/examples/cc3000/cc3000basic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/cc3000/cc3000basic.c b/apps/examples/cc3000/cc3000basic.c
index ae786c4e7..544e565b9 100644
--- a/apps/examples/cc3000/cc3000basic.c
+++ b/apps/examples/cc3000/cc3000basic.c
@@ -305,7 +305,7 @@ void AsyncEventPrint(void)
break;
default:
- printf("AsyncCallback called with unhandled event! (0x%lx)\n", \
+ printf("AsyncCallback called with unhandled event! (0x%lx)\n",
(unsigned long)lastAsyncEvent);
break;
}