summaryrefslogtreecommitdiffstats
path: root/testsuites/support/include/buffer_test_io.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-06 15:39:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-06 15:39:09 +0000
commitcba16514b6d11e542df03372fc20c3fb8b12718b (patch)
tree74cefa8ae6bac23ef8618661c116b9bf591287a5 /testsuites/support/include/buffer_test_io.h
parent2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-cba16514b6d11e542df03372fc20c3fb8b12718b.tar.bz2
2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>
* support/include/buffer_test_io.h: Use printk on AVR by default.
Diffstat (limited to 'testsuites/support/include/buffer_test_io.h')
-rw-r--r--testsuites/support/include/buffer_test_io.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuites/support/include/buffer_test_io.h b/testsuites/support/include/buffer_test_io.h
index aee3f53723..27f0184116 100644
--- a/testsuites/support/include/buffer_test_io.h
+++ b/testsuites/support/include/buffer_test_io.h
@@ -17,7 +17,9 @@ extern "C" {
*/
/* #define TESTS_BUFFER_OUTPUT */
-/* #define TESTS_USE_PRINTK */
+#if defined(__AVR__)
+#define TESTS_USE_PRINTK
+#endif
/*
* USE PRINTK TO MINIMIZE SIZE