aboutsummaryrefslogtreecommitdiffstats
path: root/demos/SPC5
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-02-22 12:36:43 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-02-22 12:36:43 +0000
commitc40bc2c09dd3fe9c3033a075ce01aab11a5cf559 (patch)
tree7cb9321effee8145c52976fd78db0f26f8f4f3c2 /demos/SPC5
parent8f89ec3c0bb6f4bc5a77afd37ebb3919181f7a4d (diff)
downloadChibiOS-c40bc2c09dd3fe9c3033a075ce01aab11a5cf559.tar.gz
ChibiOS-c40bc2c09dd3fe9c3033a075ce01aab11a5cf559.tar.bz2
ChibiOS-c40bc2c09dd3fe9c3033a075ce01aab11a5cf559.zip
Removed unused variable.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8920 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/SPC5')
-rw-r--r--demos/SPC5/RT-SPC560D-EVB/main.c1
-rw-r--r--demos/SPC5/RT-SPC560P-EVB/main.c1
-rw-r--r--demos/SPC5/RT-SPC563M-EVB/main.c1
-rw-r--r--demos/SPC5/RT-SPC564A-EVB/main.c1
-rw-r--r--demos/SPC5/RT-SPC56EC-EVB/main.c1
-rw-r--r--demos/SPC5/RT-SPC56EL-EVB/main.c1
6 files changed, 0 insertions, 6 deletions
diff --git a/demos/SPC5/RT-SPC560D-EVB/main.c b/demos/SPC5/RT-SPC560D-EVB/main.c
index 3f5e7e2c8..a3842bd80 100644
--- a/demos/SPC5/RT-SPC560D-EVB/main.c
+++ b/demos/SPC5/RT-SPC560D-EVB/main.c
@@ -104,7 +104,6 @@ static THD_FUNCTION(Thread1, arg) {
* Application entry point.
*/
int main(void) {
- thread_t *shelltp = NULL;
/*
* System initializations.
diff --git a/demos/SPC5/RT-SPC560P-EVB/main.c b/demos/SPC5/RT-SPC560P-EVB/main.c
index f0bc69b5d..01e1796cb 100644
--- a/demos/SPC5/RT-SPC560P-EVB/main.c
+++ b/demos/SPC5/RT-SPC560P-EVB/main.c
@@ -104,7 +104,6 @@ static THD_FUNCTION(Thread1, arg) {
* Application entry point.
*/
int main(void) {
- thread_t *shelltp = NULL;
/*
* System initializations.
diff --git a/demos/SPC5/RT-SPC563M-EVB/main.c b/demos/SPC5/RT-SPC563M-EVB/main.c
index a273a25e6..4839b8edf 100644
--- a/demos/SPC5/RT-SPC563M-EVB/main.c
+++ b/demos/SPC5/RT-SPC563M-EVB/main.c
@@ -87,7 +87,6 @@ static THD_FUNCTION(Thread1, arg) {
* Application entry point.
*/
int main(void) {
- thread_t *shelltp = NULL;
/*
* System initializations.
diff --git a/demos/SPC5/RT-SPC564A-EVB/main.c b/demos/SPC5/RT-SPC564A-EVB/main.c
index a273a25e6..4839b8edf 100644
--- a/demos/SPC5/RT-SPC564A-EVB/main.c
+++ b/demos/SPC5/RT-SPC564A-EVB/main.c
@@ -87,7 +87,6 @@ static THD_FUNCTION(Thread1, arg) {
* Application entry point.
*/
int main(void) {
- thread_t *shelltp = NULL;
/*
* System initializations.
diff --git a/demos/SPC5/RT-SPC56EC-EVB/main.c b/demos/SPC5/RT-SPC56EC-EVB/main.c
index 3f5e7e2c8..a3842bd80 100644
--- a/demos/SPC5/RT-SPC56EC-EVB/main.c
+++ b/demos/SPC5/RT-SPC56EC-EVB/main.c
@@ -104,7 +104,6 @@ static THD_FUNCTION(Thread1, arg) {
* Application entry point.
*/
int main(void) {
- thread_t *shelltp = NULL;
/*
* System initializations.
diff --git a/demos/SPC5/RT-SPC56EL-EVB/main.c b/demos/SPC5/RT-SPC56EL-EVB/main.c
index f0bc69b5d..01e1796cb 100644
--- a/demos/SPC5/RT-SPC56EL-EVB/main.c
+++ b/demos/SPC5/RT-SPC56EL-EVB/main.c
@@ -104,7 +104,6 @@ static THD_FUNCTION(Thread1, arg) {
* Application entry point.
*/
int main(void) {
- thread_t *shelltp = NULL;
/*
* System initializations.