summaryrefslogtreecommitdiff
path: root/apps/examples/cc3000
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-25 11:45:00 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-25 11:45:00 -0600
commitc9b18b049b09580260188349bb32e91b59f74965 (patch)
tree14929ed18bf0cfc14d32d78825b3f3a47ae7d589 /apps/examples/cc3000
parentb756c4b51f51427339bf3649430f8470f64d7a8d (diff)
downloadnuttx-c9b18b049b09580260188349bb32e91b59f74965.tar.gz
nuttx-c9b18b049b09580260188349bb32e91b59f74965.tar.bz2
nuttx-c9b18b049b09580260188349bb32e91b59f74965.zip
More fixes to issues noted by cppcheck
Diffstat (limited to 'apps/examples/cc3000')
-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;
}