aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-09-20 17:46:03 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-09-20 17:46:03 +0000
commit614b9961352334e3a4e33ef4b2d1b3f78a57f612 (patch)
tree092998a09b6966dff5af169a1c0135e435dc358b
parenta4a5c507fe744ea10c47f090abe289c5019db0a2 (diff)
downloadChibiOS-614b9961352334e3a4e33ef4b2d1b3f78a57f612.tar.gz
ChibiOS-614b9961352334e3a4e33ef4b2d1b3f78a57f612.tar.bz2
ChibiOS-614b9961352334e3a4e33ef4b2d1b3f78a57f612.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3371 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--os/various/shell.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/os/various/shell.c b/os/various/shell.c
index b0f995757..b62b8e37e 100644
--- a/os/various/shell.c
+++ b/os/various/shell.c
@@ -34,10 +34,6 @@
#include "shell.h"
#include "chprintf.h"
-#if SHELL_USE_IPRINTF
-#define sprintf siprintf
-#endif
-
/**
* @brief Shell termination event source.
*/