summaryrefslogtreecommitdiffstats
path: root/rtems-test-template/sptest_operation_from_tsr
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-08-02 14:17:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-08-02 14:17:58 +0000
commitd4094ecd2d067ff07f380574a7f2b315286ba947 (patch)
tree9f15b6fc601253191c913763786e0a52f035992f /rtems-test-template/sptest_operation_from_tsr
parent2011-08-02 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-testing-d4094ecd2d067ff07f380574a7f2b315286ba947.tar.bz2
2011-08-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxtest/init.c, psxtmtest_blocking/init.c, psxtmtest_single/init.c, psxtmtest_unblocking_nopreempt/init.c, psxtmtest_unblocking_preempt/init.c, sptest/init.c, sptest_operation_from_tsr/init.c, sptest_with_task/init.c, tmtest/init.c: Formatting.
Diffstat (limited to 'rtems-test-template/sptest_operation_from_tsr')
-rw-r--r--rtems-test-template/sptest_operation_from_tsr/init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/rtems-test-template/sptest_operation_from_tsr/init.c b/rtems-test-template/sptest_operation_from_tsr/init.c
index 078106c..1256fe4 100644
--- a/rtems-test-template/sptest_operation_from_tsr/init.c
+++ b/rtems-test-template/sptest_operation_from_tsr/init.c
@@ -19,7 +19,6 @@ rtems_timer_service_routine test_operation_from_isr(
)
{
/* do something from ISR */
-
operation_performed_from_tsr = true;
}