[rtems commit] libtest: Increase line length

Sebastian Huber sebh at rtems.org
Thu Mar 24 10:01:57 UTC 2022


Module:    rtems
Branch:    master
Commit:    6aa05524034ee0e232285ca4ac07d7b70451750a
Changeset: http://git.rtems.org/rtems/commit/?id=6aa05524034ee0e232285ca4ac07d7b70451750a

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed May 12 10:54:33 2021 +0200

libtest: Increase line length

Update #3716.

---

 cpukit/libtest/t-test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpukit/libtest/t-test.c b/cpukit/libtest/t-test.c
index 0935a5c..12d0204 100644
--- a/cpukit/libtest/t-test.c
+++ b/cpukit/libtest/t-test.c
@@ -47,7 +47,7 @@
 #include "t-test-printf.h"
 #endif /* __rtems__ */
 
-#define T_LINE_SIZE 128
+#define T_LINE_SIZE 256
 
 typedef struct {
 	pthread_spinlock_t lock;



More information about the vc mailing list