aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c
index fe0cb5df7..a40a059f3 100644
--- a/test/test.c
+++ b/test/test.c
@@ -77,7 +77,7 @@ static void println(char *msgp) {
t_msg Thread1(void *p) {
-// chFDDPut(comp, *(BYTE8 *)p);
+ chFDDPut(comp, *(BYTE8 *)p);
return 0;
}